summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: drop NET dependency from HAVE_BPF_JITSam Ravnborg2012-05-211-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-05-21543-11997/+18656
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-212-4/+3Star
| |\
| * | ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack2012-05-201-1/+14
| * | net/ipv4: replace simple_strtoul with kstrtoulEldad Zack2012-05-203-3/+21
| * | net/ipv4/ipconfig: neaten __setup placementEldad Zack2012-05-201-3/+2Star
| * | ipv6: use skb coalescing in reassemblyEric Dumazet2012-05-201-6/+20
| * | ipv4: use skb coalescing in defragmentationEric Dumazet2012-05-201-6/+20
| * | net: introduce skb_try_coalesce()Eric Dumazet2012-05-202-64/+89
| * | net:ipv6:fixed space issues relating to operators.Jeffrin Jose2012-05-201-2/+2
| * | net:ipv6:fixed a trailing white space issue.Jeffrin Jose2012-05-201-1/+1
| * | ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet2012-05-191-1/+4
| * | net: napi_frags_skb() is staticEric Dumazet2012-05-191-2/+1Star
| * | ipv6: bool/const conversions phase2Eric Dumazet2012-05-1913-118/+119
| * | ipx: Remove spurious NULL checking in ipx_ioctl().David S. Miller2012-05-191-3/+1Star
| * | ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet2012-05-191-0/+4
| * | ipv6: remove csummode in ip6_append_data()Eric Dumazet2012-05-181-3/+1Star
| * | net: introduce netdev_alloc_frag()Eric Dumazet2012-05-181-41/+41
| * | ipv6: bool conversions phase1Eric Dumazet2012-05-182-6/+6
| * | ip_frag: struct inet_frags match() method returns a boolEric Dumazet2012-05-182-9/+10
| * | econet: remove ancient bug ridden protocolStephen Hemminger2012-05-185-1217/+0Star
| * | lapb: Neaten debuggingJoe Perches2012-05-185-306/+134Star
| * | drop_monitor: convert to modular buildingNeil Horman2012-05-172-3/+45
| * | net: netdev_alloc_skb() use build_skb()Eric Dumazet2012-05-171-1/+31
| * | ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack2012-05-176-9/+9
| * | tcp: bool conversionsEric Dumazet2012-05-178-188/+191
| * | net: core: Use pr_<level>Joe Perches2012-05-176-36/+44
| * | net: ipv6: ndisc: Neaten ND_PRINTx macrosJoe Perches2012-05-171-125/+91Star
| * | pktgen: Use pr_debugJoe Perches2012-05-171-23/+18Star
| * | net: include/net/sock.h cleanupEric Dumazet2012-05-173-10/+10
| * | net: l2tp: Standardize logging stylesJoe Perches2012-05-178-221/+213Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-1721-97/+121
| |\ \
| * | | netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPERPablo Neira Ayuso2012-05-171-1/+3
| * | | netfilter: xt_CT: remove redundant header includeEldad Zack2012-05-171-1/+0Star
| * | | netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik2012-05-171-2/+13
| * | | netfilter: nf_ct_tcp: extend log message for invalid ignored packetsPablo Neira Ayuso2012-05-171-1/+2
| * | | netfilter: xt_HMARK: modulus is expensive for hash calculationPablo Neira Ayuso2012-05-171-1/+1
| * | | netfilter: xt_HMARK: potential NULL dereference in get_inner_hdr()Dan Carpenter2012-05-171-1/+1
| * | | netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal2012-05-171-1/+1
| * | | net: sock_flag() cleanupEric Dumazet2012-05-161-7/+7
| * | | fq_codel: should use qdisc backlog as thresholdEric Dumazet2012-05-162-4/+5
| * | | mac802154: monitor device supportalex.bluesman.smirnov@gmail.com2012-05-165-2/+127
| * | | mac802154: slaves management supportalex.bluesman.smirnov@gmail.com2012-05-162-0/+145
| * | | ieee802154: interface type to be addedalex.bluesman.smirnov@gmail.com2012-05-161-1/+8
| * | | mac802154: basic mib supportalex.bluesman.smirnov@gmail.com2012-05-163-1/+97
| * | | mac802154: basic MAC commands interface supportalex.bluesman.smirnov@gmail.com2012-05-163-1/+48
| * | | mac802154: slave interfaces declarationalex.bluesman.smirnov@gmail.com2012-05-161-0/+28
| * | | mac802154: TX data pathalex.bluesman.smirnov@gmail.com2012-05-163-1/+122
| * | | mac802154: RX data pathalex.bluesman.smirnov@gmail.com2012-05-162-1/+114
| * | | mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com2012-05-166-0/+232