aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet13-118/+119
2012-05-19ipx: Remove spurious NULL checking in ipx_ioctl().David S. Miller1-3/+1
2012-05-18ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet1-0/+4
2012-05-18ipv6: remove csummode in ip6_append_data()Eric Dumazet1-3/+1
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet1-41/+41
2012-05-18ipv6: bool conversions phase1Eric Dumazet2-6/+6
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet2-9/+10
2012-05-18econet: remove ancient bug ridden protocolStephen Hemminger5-1217/+0
2012-05-17lapb: Neaten debuggingJoe Perches5-306/+134
2012-05-17drop_monitor: convert to modular buildingNeil Horman2-3/+45
2012-05-17net: netdev_alloc_skb() use build_skb()Eric Dumazet1-1/+31
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack6-9/+9
2012-05-17tcp: bool conversionsEric Dumazet8-188/+191
2012-05-17net: core: Use pr_<level>Joe Perches6-36/+44
2012-05-17net: ipv6: ndisc: Neaten ND_PRINTx macrosJoe Perches1-125/+91
2012-05-17pktgen: Use pr_debugJoe Perches1-23/+18
2012-05-17net: include/net/sock.h cleanupEric Dumazet3-10/+10
2012-05-17net: l2tp: Standardize logging stylesJoe Perches8-221/+213
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-97/+121
2012-05-17netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPERPablo Neira Ayuso1-1/+3
2012-05-17netfilter: xt_CT: remove redundant header includeEldad Zack1-1/+0
2012-05-17netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik1-2/+13
2012-05-17netfilter: nf_ct_tcp: extend log message for invalid ignored packetsPablo Neira Ayuso1-1/+2
2012-05-17netfilter: xt_HMARK: modulus is expensive for hash calculationPablo Neira Ayuso1-1/+1
2012-05-17netfilter: xt_HMARK: potential NULL dereference in get_inner_hdr()Dan Carpenter1-1/+1
2012-05-17netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal1-1/+1
2012-05-16netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik7-21/+49
2012-05-16net: sock_flag() cleanupEric Dumazet1-7/+7
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet2-4/+5
2012-05-16mac802154: monitor device supportalex.bluesman.smirnov@gmail.com5-2/+127
2012-05-16mac802154: slaves management supportalex.bluesman.smirnov@gmail.com2-0/+145
2012-05-16ieee802154: interface type to be addedalex.bluesman.smirnov@gmail.com1-1/+8
2012-05-16mac802154: basic mib supportalex.bluesman.smirnov@gmail.com3-1/+97
2012-05-16mac802154: basic MAC commands interface supportalex.bluesman.smirnov@gmail.com3-1/+48
2012-05-16mac802154: slave interfaces declarationalex.bluesman.smirnov@gmail.com1-0/+28
2012-05-16mac802154: TX data pathalex.bluesman.smirnov@gmail.com3-1/+122
2012-05-16mac802154: RX data pathalex.bluesman.smirnov@gmail.com2-1/+114
2012-05-16mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com6-0/+232
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller16-869/+20
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches12-57/+58
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches16-120/+116
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker2-670/+0
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker13-68/+12
2012-05-15atm: remove the coupling to token ring supportPaul Gortmaker2-131/+8
2012-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville5-7/+31
2012-05-15xfrm: Convert several xfrm policy match functions to bool.David S. Miller1-13/+14
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches76-490/+306
2012-05-15xfrm_algo: drop an unnecessary inclusionJan Beulich1-3/+0
2012-05-15xfrm: make xfrm_algo.c a moduleJan Beulich5-9/+17
2012-05-14Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller10-23/+59