aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-25net: poll/select low latency socket supportEliezer Tamir3-2/+22
2013-06-25net: sctp: simplify sctp_get_portDaniel Borkmann1-4/+1
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2-10/+25
2013-06-25net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann1-1/+1
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann3-29/+12
2013-06-25ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa1-0/+1
2013-06-25ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa1-6/+0
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-73/+91
2013-06-25ipv6: add include file to suppress sparse warningsEric Dumazet1-0/+1
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann1-0/+107
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho2-2/+6
2013-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller35-762/+1561
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar2-2/+2
2013-06-24bridge: fix a typo in commentsCong Wang1-1/+1
2013-06-23net: allow large number of tx queuesEric Dumazet1-7/+19
2013-06-23VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He1-3/+3
2013-06-23VSOCK: Remove unnecessary labelAsias He1-2/+1
2013-06-23VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He1-7/+8
2013-06-23VSOCK: Introduce vsock_auto_bind helperAsias He1-28/+21
2013-06-23ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang1-2/+0
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville35-762/+1561
2013-06-19inet: frag , remove an empty ifdef.Rami Rosen1-2/+0
2013-06-19htb: refactor struct htb_sched fields for performanceEric Dumazet1-86/+95
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang2-3/+8
2013-06-19sctp: Convert __list_for_each use to list_for_eachDave Jones1-1/+1
2013-06-19tcp:typo unset should be unsentWeiping Pan1-1/+1
2013-06-19sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel1-1/+1
2013-06-19neigh: disallow un-init_net to change thresh of neighGao feng1-0/+6
2013-06-19neigh: only allow init_net to change the default neigh_parmsGao feng1-1/+1
2013-06-19neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng1-6/+2
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar7-2/+322
2013-06-19openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar3-20/+42
2013-06-19openvswitch: Expand action buffer size.Pravin B Shelar1-1/+1
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar9-7/+233
2013-06-19openvswitch: Copy individual actions.Pravin B Shelar3-58/+225
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar5-27/+53
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar4-59/+108
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar2-32/+31
2013-06-19gre: export gre_build_header() function.Pravin B Shelar2-39/+33
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2-151/+243
2013-06-19gre: Simplify gre protocol registration locking.Pravin B Shelar1-27/+13
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-156/+356
2013-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-2/+9
2013-06-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-2/+9
2013-06-19nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg1-2/+9
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville7-17/+105
2013-06-17ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer1-1/+1
2013-06-17bridge: fix switched interval for MLD Query typesLinus Lüssing1-2/+3
2013-06-17vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao1-3/+3
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann8-65/+57