summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()James Chapman2012-05-011-47/+7Star
* l2tp: fix locking of 64-bit counters for smpJames Chapman2012-05-013-35/+103
* Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2012-05-0134-567/+58Star
|\
| * tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-3032-530/+16Star
| * tipc: Reject payload messages with invalid message typeAllan Stephens2012-04-271-5/+2Star
| * tipc: Enhance error checking of published namesAllan Stephens2012-04-272-7/+4Star
| * tipc: Create helper routine to delete unused name sequence structureAllan Stephens2012-04-271-12/+15
| * tipc: remove redundant memset and stale comment from subscr.cAllan Stephens2012-04-271-2/+0Star
| * tipc: Optimize initialization of network topology serviceAllan Stephens2012-04-271-1/+1
| * tipc: Enhance re-initialization of network topology serviceAllan Stephens2012-04-271-3/+0Star
| * tipc: Optimize termination of configuration serviceAllan Stephens2012-04-261-4/+2Star
| * tipc: Optimize initialization of configuration serviceAllan Stephens2012-04-261-1/+1
| * tipc: Optimize re-initialization of configuration serviceAllan Stephens2012-04-263-2/+17
* | net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet2012-05-011-3/+7
* | tcp: makes tcp_try_coalesce aware of skb->head_fragEric Dumazet2012-05-011-12/+43
* | net: make GRO aware of skb->head_fragEric Dumazet2012-05-012-2/+30
* | net: allow skb->head to be a page fragmentEric Dumazet2012-05-011-6/+18
* | bridge: Fix fatal typo in setup of multicast_querier_expiredHerbert Xu2012-04-301-3/+2Star
* | l2tp: Add missing net/net/ip6_checksum.h include.David S. Miller2012-04-301-0/+1
* | net/l2tp: add support for L2TP over IPv6 UDPBenjamin LaHaise2012-04-292-13/+118
* | net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise2012-04-291-0/+39
* | net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()Benjamin LaHaise2012-04-291-53/+44Star
* | net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skbBenjamin LaHaise2012-04-291-15/+27
* | net: Fixed a coding style issue related to spaces.Jeffrin Jose2012-04-291-1/+1
* | net: cleanups in sock_setsockopt()Eric Dumazet2012-04-271-27/+15Star
* | crush: include header for global symbolshartleys2012-04-271-0/+1
* | ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet2012-04-272-2/+18
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-04-2615-118/+229
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-2615-118/+229
| |\ \
| | * | mac80211: Adds clean sdata helperAndrei Emeltchenko2012-04-242-5/+18
| | * | mac80211: fix num_mcast_sta counting issuesFelix Fietkau2012-04-242-4/+27
| | * | mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau2012-04-244-6/+6
| | * | mac80211: check for non-managed interfaceWey-Yi Guy2012-04-241-0/+4
| | * | cfg80211: Validate legacy rateset.Bala Shanmugam2012-04-231-0/+3
| | * | mac80211: declare ieee80211_ave_rssi as EXPORTWey-Yi Guy2012-04-231-0/+1
| | * | mac80211: fixup for mesh TSF adjustment latency in Toffset setpointJavier Cardona2012-04-231-1/+1
| | * | mac80211: fix STA channel width fieldThomas Pedersen2012-04-231-1/+3
| | * | mac80211: don't set mesh peer ht caps if ht disabledThomas Pedersen2012-04-231-1/+2
| | * | mac80211: refactor mesh peer rate handlingThomas Pedersen2012-04-233-29/+25Star
| | * | mac80211: refactor mesh peer initializationThomas Pedersen2012-04-231-54/+72
| | * | mac80211: Support on-channel scan option.Ben Greear2012-04-234-27/+77
* | | | tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov2012-04-261-39/+21Star
* | | | 6lowpan: duplicate definition of IEEE802154_ALENalex.bluesman.smirnov@gmail.com2012-04-262-5/+2Star
* | | | 6lowpan: move frame allocation code to a separate functionalex.bluesman.smirnov@gmail.com2012-04-261-33/+48
| |_|/ |/| |
* | | net: sock_diag_handler structs can be constShan Wei2012-04-263-9/+9
* | | ipv6: call consume_skb() in frag/reassemblyEric Dumazet2012-04-262-3/+3
* | | net: dcb: add CEE notify callsJohn Fastabend2012-04-261-0/+2
|/ /
* | tipc: remove inline instances from C source files.Paul Gortmaker2012-04-242-3/+3
* | af_netlink: drop_monitor/dropwatch friendlyEric Dumazet2012-04-241-2/+10
* | af_netlink: cleanupsEric Dumazet2012-04-241-30/+31