aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-01netem: add ECN capabilityEric Dumazet1-3/+15
2012-05-01net: add a prefetch in socket backlog processingEric Dumazet1-0/+1
2012-05-01l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6James Chapman1-22/+50
2012-05-01l2tp: introduce L2TPv3 IP encapsulation support for IPv6Chris Elston2-0/+795
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston4-0/+9
2012-05-01l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnelsChris Elston3-21/+109
2012-05-01l2tp: show IPv6 addresses in l2tp debugfs fileChris Elston1-0/+8
2012-05-01l2tp: pppol2tp_connect() handles ipv6 sockaddr variantsJames Chapman1-8/+28
2012-05-01l2tp: remove unused stats from l2tp_ip socketJames Chapman1-28/+4
2012-05-01l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()James Chapman1-47/+7
2012-05-01l2tp: fix locking of 64-bit counters for smpJames Chapman3-35/+103
2012-04-30Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller34-567/+58
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet1-3/+7
2012-04-30tcp: makes tcp_try_coalesce aware of skb->head_fragEric Dumazet1-12/+43
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet2-2/+30
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet1-6/+18
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker32-530/+16
2012-04-30bridge: Fix fatal typo in setup of multicast_querier_expiredHerbert Xu1-3/+2
2012-04-30l2tp: Add missing net/net/ip6_checksum.h include.David S. Miller1-0/+1
2012-04-28net/l2tp: add support for L2TP over IPv6 UDPBenjamin LaHaise2-13/+118
2012-04-28net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise1-0/+39
2012-04-28net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()Benjamin LaHaise1-53/+44
2012-04-28net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skbBenjamin LaHaise1-15/+27
2012-04-28net: Fixed a coding style issue related to spaces.Jeffrin Jose1-1/+1
2012-04-27tipc: Reject payload messages with invalid message typeAllan Stephens1-5/+2
2012-04-27net: cleanups in sock_setsockopt()Eric Dumazet1-27/+15
2012-04-27crush: include header for global symbolshartleys1-0/+1
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet2-2/+18
2012-04-26tipc: Enhance error checking of published namesAllan Stephens2-7/+4
2012-04-26tipc: Create helper routine to delete unused name sequence structureAllan Stephens1-12/+15
2012-04-26tipc: remove redundant memset and stale comment from subscr.cAllan Stephens1-2/+0
2012-04-26tipc: Optimize initialization of network topology serviceAllan Stephens1-1/+1
2012-04-26tipc: Enhance re-initialization of network topology serviceAllan Stephens1-3/+0
2012-04-26tipc: Optimize termination of configuration serviceAllan Stephens1-4/+2
2012-04-26tipc: Optimize initialization of configuration serviceAllan Stephens1-1/+1
2012-04-26tipc: Optimize re-initialization of configuration serviceAllan Stephens3-2/+17
2012-04-26Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller15-118/+229
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville15-118/+229
2012-04-26tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov1-39/+21
2012-04-266lowpan: duplicate definition of IEEE802154_ALENalex.bluesman.smirnov@gmail.com2-5/+2
2012-04-266lowpan: move frame allocation code to a separate functionalex.bluesman.smirnov@gmail.com1-33/+48
2012-04-25net: sock_diag_handler structs can be constShan Wei3-9/+9
2012-04-25ipv6: call consume_skb() in frag/reassemblyEric Dumazet2-3/+3
2012-04-25net: dcb: add CEE notify callsJohn Fastabend1-0/+2
2012-04-24mac80211: Adds clean sdata helperAndrei Emeltchenko2-5/+18
2012-04-24mac80211: fix num_mcast_sta counting issuesFelix Fietkau2-4/+27
2012-04-24mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau4-6/+6
2012-04-24mac80211: check for non-managed interfaceWey-Yi Guy1-0/+4
2012-04-24tipc: remove inline instances from C source files.Paul Gortmaker2-3/+3
2012-04-24af_netlink: drop_monitor/dropwatch friendlyEric Dumazet1-2/+10