summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-04-28net/l2tp: add support for L2TP over IPv6 UDPBenjamin LaHaise
2012-04-28net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise
2012-04-28net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()Benjamin LaHaise
2012-04-28net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skbBenjamin LaHaise
2012-04-28net: Fixed a coding style issue related to spaces.Jeffrin Jose
2012-04-27net: cleanups in sock_setsockopt()Eric Dumazet
2012-04-27crush: include header for global symbolshartleys
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet
2012-04-26Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-04-26tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov
2012-04-266lowpan: duplicate definition of IEEE802154_ALENalex.bluesman.smirnov@gmail.com
2012-04-266lowpan: move frame allocation code to a separate functionalex.bluesman.smirnov@gmail.com
2012-04-25net: sock_diag_handler structs can be constShan Wei
2012-04-25ipv6: call consume_skb() in frag/reassemblyEric Dumazet
2012-04-25net: dcb: add CEE notify callsJohn Fastabend
2012-04-24mac80211: Adds clean sdata helperAndrei Emeltchenko
2012-04-24mac80211: fix num_mcast_sta counting issuesFelix Fietkau
2012-04-24mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau
2012-04-24mac80211: check for non-managed interfaceWey-Yi Guy
2012-04-24tipc: remove inline instances from C source files.Paul Gortmaker
2012-04-24af_netlink: drop_monitor/dropwatch friendlyEric Dumazet
2012-04-24af_netlink: cleanupsEric Dumazet
2012-04-24net: skb_can_coalesce returns a booleanEric Dumazet
2012-04-23tcp: tcp_try_coalesce returns a booleanEric Dumazet
2012-04-23net: make spd_fill_page() linear argument a boolEric Dumazet
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.David S. Miller
2012-04-23net: speedup skb_splice_bits()Eric Dumazet
2012-04-23tcp: introduce tcp_try_coalesceEric Dumazet
2012-04-23tcp: sk_add_backlog() is too agressive for TCPEric Dumazet
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet
2012-04-23cfg80211: Validate legacy rateset.Bala Shanmugam
2012-04-23mac80211: declare ieee80211_ave_rssi as EXPORTWey-Yi Guy
2012-04-23mac80211: fixup for mesh TSF adjustment latency in Toffset setpointJavier Cardona
2012-04-23mac80211: fix STA channel width fieldThomas Pedersen
2012-04-23mac80211: don't set mesh peer ht caps if ht disabledThomas Pedersen
2012-04-23mac80211: refactor mesh peer rate handlingThomas Pedersen
2012-04-23mac80211: refactor mesh peer initializationThomas Pedersen
2012-04-23mac80211: Support on-channel scan option.Ben Greear
2012-04-23tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.David S. Miller
2012-04-22tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell
2012-04-21af_packet: packet_getsockopt() cleanupEric Dumazet
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet
2012-04-21drop_monitor: allow more events per secondEric Dumazet
2012-04-21net: change big iov allocationsEric Dumazet
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov
2012-04-21tcp: Report mss_clamp with TCP_MAXSEG option in repair modePavel Emelyanov
2012-04-21tcp: Repair socket queuesPavel Emelyanov