summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-06-19ndisc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-06-19ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang
2013-06-19net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar
2013-06-19ip_tunnel: Add dont fragment flag.Pravin B Shelar
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar
2013-06-19gre: export gre_build_header() function.Pravin B Shelar
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann
2013-06-17tipc: update code comments to reflect new uapi header pathYing Xue
2013-06-17net: add socket option for low latency pollingEliezer Tamir
2013-06-17net: convert low latency sockets to sched_clock()Eliezer Tamir
2013-06-17net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir
2013-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-06-14smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney
2013-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2013-06-14openvswitch: Fix struct comment.Pravin B Shelar
2013-06-13net/mlx4: Add VF link state supportRony Efraim
2013-06-13net/core: Add VF link state controlRony Efraim
2013-06-13net-rps: fixes for rps flow limitWillem de Bruijn
2013-06-13Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2013-06-13Merge tag 'asoc-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng
2013-06-13macvtap: slient sparse warningsJason Wang
2013-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-06-12include/linux/math64.h: add div64_ul()Alex Shi
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook
2013-06-12CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-06-12tun: Report "persist" flag to userspacePavel Emelyanov
2013-06-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg
2013-06-12ipv4: remove is_data also from ip_options documentation.Rami Rosen
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko
2013-06-12team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko
2013-06-12doc:networking: Update comment for dev_id field in netdevice.hNarendra K
2013-06-12team: fix checks in team_get_first_port_txable_rcu()Jiri Pirko
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet
2013-06-11net_sched: psched_ratecfg_precompute() improvementsEric Dumazet
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville