aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann6-6/+7
2013-06-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into wirelessDavid S. Miller7-17/+105
2013-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-9/+22
2013-06-17tipc: remove dev_base_lock use from enable_bearerYing Xue2-22/+4
2013-06-17tipc: fix wrong return value for link_send_sections_long routineYing Xue1-2/+6
2013-06-17tipc: make tipc_link_send_sections_fast exit earlierYing Xue1-4/+3
2013-06-17tipc: enhance priority of link protocol packetYing Xue1-0/+3
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker15-66/+54
2013-06-17tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue3-7/+7
2013-06-17tipc: convert config_lock from spinlock to mutexYing Xue1-14/+3