aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-19net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann1-6/+9
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar1-0/+1
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar1-0/+18
2013-06-19ip_tunnel: Add dont fragment flag.Pravin B Shelar1-0/+1
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-0/+1
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-11/+15
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar1-0/+1
2013-06-19gre: export gre_build_header() function.Pravin B Shelar1-0/+2
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar1-0/+24
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-19/+75
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann1-8/+0
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann1-3/+0
2013-06-17tipc: update code comments to reflect new uapi header pathYing Xue2-2/+2
2013-06-17net: add socket option for low latency pollingEliezer Tamir3-6/+10
2013-06-17net: convert low latency sockets to sched_clock()Eliezer Tamir1-16/+17
2013-06-17net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir1-2/+3
2013-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2013-06-14smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney1-7/+12
2013-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-1/+0
2013-06-14openvswitch: Fix struct comment.Pravin B Shelar1-1/+0
2013-06-13net/mlx4: Add VF link state supportRony Efraim1-1/+1
2013-06-13net/core: Add VF link state controlRony Efraim3-0/+17
2013-06-13net-rps: fixes for rps flow limitWillem de Bruijn1-2/+2
2013-06-13Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-2/+2
2013-06-13Merge tag 'asoc-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/soundLinus Torvalds1-1/+2
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet1-3/+3
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng1-3/+2
2013-06-13macvtap: slient sparse warningsJason Wang1-1/+1
2013-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-2/+5
2013-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2013-06-12include/linux/math64.h: add div64_ul()Alex Shi1-2/+4
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi1-0/+3
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook1-2/+2
2013-06-12CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat1-0/+4
2013-06-12tun: Report "persist" flag to userspacePavel Emelyanov1-0/+2
2013-06-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller7-34/+191
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-0/+2
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2-0/+2
2013-06-12ipv4: remove is_data also from ip_options documentation.Rami Rosen1-1/+0
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko1-0/+10
2013-06-12team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko1-0/+1
2013-06-12doc:networking: Update comment for dev_id field in netdevice.hNarendra K1-2/+4
2013-06-12team: fix checks in team_get_first_port_txable_rcu()Jiri Pirko1-2/+2
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann1-3/+4
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2-0/+6
2013-06-11net_sched: psched_ratecfg_precompute() improvementsEric Dumazet1-2/+2
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville7-34/+191
2013-06-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet5-13/+25
2013-06-11netlink: Add compare function for netlink_tableGao feng1-0/+1