aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet1-0/+5
2012-05-19net: napi_frags_skb() is staticEric Dumazet1-1/+0
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet4-12/+12
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet1-24/+18
2012-05-18ipv6: bool conversions phase1Eric Dumazet1-15/+15
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet2-3/+2
2012-05-18net: Remove netdevice ec_ptr, no longer used.David S. Miller1-1/+0
2012-05-18econet: remove ancient bug ridden protocolStephen Hemminger2-69/+0
2012-05-17lapb: Neaten debuggingJoe Perches1-0/+6
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack1-1/+1
2012-05-17etherdevice: fix commentsstephen hemminger1-8/+6
2012-05-17tcp: bool conversionsEric Dumazet1-28/+28
2012-05-17net: include/net/sock.h cleanupEric Dumazet1-77/+74
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-16/+61
2012-05-17netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik1-0/+4
2012-05-17netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal1-2/+4
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+19
2012-05-16netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik1-0/+16
2012-05-16net: sock_flag() cleanupEric Dumazet1-1/+1
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet1-8/+7
2012-05-16mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil1-0/+3
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil1-1/+3
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil2-4/+18
2012-05-16mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil1-0/+1
2012-05-16mISDN: Early confirm for transparent dataKarsten Keil1-1/+0
2012-05-16mac802154: monitor device supportalex.bluesman.smirnov@gmail.com3-0/+23
2012-05-16ieee802154: interface type to be addedalex.bluesman.smirnov@gmail.com2-1/+7
2012-05-16mac802154: declare reduced mlme operationsalex.bluesman.smirnov@gmail.com1-5/+20
2012-05-16mac802154: RX data pathalex.bluesman.smirnov@gmail.com2-0/+5
2012-05-16mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com1-0/+7
2012-05-16mac802154: basic ieee802.15.4 device structuresalex.bluesman.smirnov@gmail.com1-0/+126
2012-05-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller1-0/+1
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller10-601/+2
2012-05-16netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney1-1/+0
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker4-514/+0
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker5-80/+2
2012-05-15atm: remove the coupling to token ring supportPaul Gortmaker1-7/+0
2012-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+1
2012-05-15xfrm: Convert several xfrm policy match functions to bool.David S. Miller1-6/+6
2012-05-15net: Add net_ratelimited_function and net_<level>_ratelimited macrosJoe Perches1-0/+23
2012-05-15usbnet: fix skb traversing races during unlink(v2)Ming Lei1-1/+2
2012-05-15linux/ethtool: Added macro ETH_FW_DUMP_DISABLEManish chopra1-1/+6
2012-05-14stmmac: add mixed burst for DMAGiuseppe CAVALLARO1-0/+1
2012-05-14codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet1-10/+15
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller3-0/+38
2012-05-14Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+2
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan1-0/+1
2012-05-12etherdevice: Remove now unused compare_ether_addr_64bitsJoe Perches1-33/+13
2012-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-14/+19
2012-05-12fq_codel: Fair Queue Codel AQMEric Dumazet1-0/+54