summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode"David S. Miller2008-12-191-0/+5
| * | Revert "net: release skb->dst in sock_queue_rcv_skb()"David S. Miller2008-12-181-5/+1
| * | dccp_diag: LISTEN sockets don't have CCIDsArnaldo Carvalho de Melo2008-12-181-2/+5
| * | Phonet: get rid of deferred work on the transmission pathRémi Denis-Courmont2008-12-181-63/+28
| * | Phonet: use atomic for packet TX windowRémi Denis-Courmont2008-12-182-18/+22
| * | Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont2008-12-182-3/+3
| * | Phonet: allocate a non-Ethernet ARP typeRémi Denis-Courmont2008-12-181-4/+4
| * | ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang2008-12-161-0/+3
| * | ipv6: fix the return interface index when get it while no message is receivedYang Hongyang2008-12-161-4/+8
| * | ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()Yang Hongyang2008-12-161-0/+22
| * | Phonet: improve GPRS variable namesRémi Denis-Courmont2008-12-161-84/+86
| * | ipmr: merge common codeIlpo Järvinen2008-12-161-64/+39
| * | ethtool: Add GGRO and SGRO opsHerbert Xu2008-12-161-2/+51
| * | tcp: Add GRO supportHerbert Xu2008-12-163-0/+137
| * | net: Add skb_gro_receiveHerbert Xu2008-12-161-0/+59
| * | ipv4: Add GRO infrastructureHerbert Xu2008-12-161-0/+97
| * | net: Add Generic Receive Offload infrastructureHerbert Xu2008-12-161-2/+191
| * | net: Add frag_list support to GSOHerbert Xu2008-12-161-2/+0
| * | net: Add frag_list support to skb_segmentHerbert Xu2008-12-161-14/+59
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-169-101/+69
| |\ \
| * | | net: fix dcbnl_setnumtcs operation checkDon Skidmore2008-12-151-1/+1
| * | | rpc/rdma: goto instead of copypasteIlpo Järvinen2008-12-151-2/+2
| * | | nf/dccp: merge errorpathsIlpo Järvinen2008-12-151-7/+9
| * | | irda: merge exit pathsIlpo Järvinen2008-12-151-9/+8
| * | | bt/rfcomm/tty: join error pathsIlpo Järvinen2008-12-151-6/+7
| * | | ax25: join the return paths that free skbIlpo Järvinen2008-12-151-26/+15
| * | | can: merge error pathsIlpo Järvinen2008-12-151-10/+12
| * | | xfrm: join error pathsIlpo Järvinen2008-12-151-10/+12
| * | | ip6mr: use goto to common label instead of opencodingIlpo Järvinen2008-12-151-2/+1
| * | | ipv6/mcast: join error paths using gotoIlpo Järvinen2008-12-151-11/+14
| * | | xfrm6_tunnel: join error paths using gotoIlpo Järvinen2008-12-151-17/+16
| * | | icsk: join error paths using gotoIlpo Järvinen2008-12-151-9/+10
| * | | mac80211: misc cleanupsRami Rosen2008-12-123-13/+6
| * | | rfkill: strip pointless notifier chainJohannes Berg2008-12-121-78/+5
| * | | mac80211: Disable requests for new scans in AP modeJouni Malinen2008-12-121-2/+1
| * | | mac80211: integrate sta_notify_ps cmds into sta_notifyChristian Lamparter2008-12-121-6/+6
| * | | mac80211/cfg80211: check endianness in sparse runsJohannes Berg2008-12-122-0/+4
| * | | mac80211: remove fragmentation offload functionalityJohannes Berg2008-12-122-9/+0
| * | | mac80211: only create default STA interface if supportedJohannes Berg2008-12-121-6/+8
| * | | cfg80211: fix nl80211 frequency handlingJohannes Berg2008-12-121-14/+26
| * | | mac80211: remove WARN_ON() from ieee80211_hw_configReinette Chatre2008-12-122-3/+15
| * | | netfilter: xt_NFLOG is dependant of nfnetlink_logEric Leblond2008-12-111-3/+2
| * | | netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2008-12-112-101/+127
| * | | netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery2008-12-111-46/+61
| * | | netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery2008-12-111-8/+11
| * | | netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2008-12-111-16/+10
| * | | netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2008-12-111-19/+21
| * | | netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery2008-12-111-16/+31
| * | | netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery2008-12-111-9/+17
| * | | netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery2008-12-111-39/+68