summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-06-20inet: frag , remove an empty ifdef.Rami Rosen
2013-06-20htb: refactor struct htb_sched fields for performanceEric Dumazet
2013-06-20tcp: introduce a per-route knob for quick ackCong Wang
2013-06-20sctp: Convert __list_for_each use to list_for_eachDave Jones
2013-06-20tcp:typo unset should be unsentWeiping Pan
2013-06-20sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel
2013-06-20neigh: disallow un-init_net to change thresh of neighGao feng
2013-06-20neigh: only allow init_net to change the default neigh_parmsGao feng
2013-06-20neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng
2013-06-20openvswitch: Add gre tunnel support.Pravin B Shelar
2013-06-20openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar
2013-06-20openvswitch: Expand action buffer size.Pravin B Shelar
2013-06-20openvswitch: Add tunneling interface.Pravin B Shelar
2013-06-20openvswitch: Copy individual actions.Pravin B Shelar
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar
2013-06-20gre: export gre_handle_offloads() function.Pravin B Shelar
2013-06-20gre: export gre_build_header() function.Pravin B Shelar
2013-06-20gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar
2013-06-20gre: Simplify gre protocol registration locking.Pravin B Shelar
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-06-19nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg
2013-06-18ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer
2013-06-18bridge: fix switched interval for MLD Query typesLinus Lüssing
2013-06-18vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao
2013-06-18net: sctp: remove SCTP_STATIC macroDaniel Borkmann
2013-06-18net: sctp: get rid of t_new macro for kzallocDaniel Borkmann
2013-06-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-06-17tipc: remove dev_base_lock use from enable_bearerYing Xue
2013-06-17tipc: fix wrong return value for link_send_sections_long routineYing Xue
2013-06-17tipc: make tipc_link_send_sections_fast exit earlierYing Xue
2013-06-17tipc: enhance priority of link protocol packetYing Xue
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker
2013-06-17tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue
2013-06-17tipc: convert config_lock from spinlock to mutexYing Xue
2013-06-17tipc: rename tipc_createport_raw to tipc_createportYing Xue
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue
2013-06-17tipc: delete code orphaned by new server infrastructureYing Xue
2013-06-17tipc: convert configuration server to use new server facilityYing Xue
2013-06-17tipc: convert topology server to use new server facilityYing Xue
2013-06-17tipc: introduce new TIPC server infrastructureYing Xue
2013-06-17tipc: allow implicit connect for stream socketsErik Hugne
2013-06-17tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue
2013-06-17net: add socket option for low latency pollingEliezer Tamir
2013-06-17net: remove NET_LL_RX_POLL config menueEliezer 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