summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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/+91
| * | | | | | | pktgen: Use pr_debugJoe Perches2012-05-171-23/+18
| * | | | | | | net: include/net/sock.h cleanupEric Dumazet2012-05-173-10/+10
| * | | | | | | net: l2tp: Standardize logging stylesJoe Perches2012-05-178-221/+213
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-1621-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/+0
| * | | | | | | | 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
| * | | | | | | | Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2012-05-1616-869/+20
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tokenring: delete all remaining driver supportPaul Gortmaker2012-05-152-670/+0
| | * | | | | | | | net: delete all instances of special processing for token ringPaul Gortmaker2012-05-1513-68/+12
| | * | | | | | | | atm: remove the coupling to token ring supportPaul Gortmaker2012-05-152-131/+8
| * | | | | | | | | net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-1612-57/+58
| * | | | | | | | | net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-1616-120/+116
| * | | | | | | | | xfrm: Convert several xfrm policy match functions to bool.David S. Miller2012-05-151-13/+14
| |/ / / / / / / /
| * | | | | | | | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-1576-490/+306
| * | | | | | | | xfrm_algo: drop an unnecessary inclusionJan Beulich2012-05-151-3/+0
| * | | | | | | | xfrm: make xfrm_algo.c a moduleJan Beulich2012-05-155-9/+17
| * | | | | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-05-1410-23/+59
| |\ \ \ \ \ \ \ \
| | * | | | | | | | batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...Antonio Quartulli2012-05-141-0/+2
| | * | | | | | | | batman-adv: Start new development cycleSven Eckelmann2012-05-131-1/+1
| | * | | | | | | | batman-adv: use shorter pr_warn instead of pr_warningSven Eckelmann2012-05-132-5/+5
| | * | | | | | | | batman-adv: refactor window_protected to avoid unnecessary return statementMarek Lindner2012-05-131-9/+6
| | * | | | | | | | batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner2012-05-133-6/+6
| | * | | | | | | | batman-adv: improve unicast packet (re)routingAntonio Quartulli2012-05-134-0/+36
| | * | | | | | | | batman-adv: avoid skb_linearise() if not neededAntonio Quartulli2012-05-131-2/+3
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-1414-24/+384
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | {nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan2012-05-085-1/+16
| | * | | | | | | | | mac80211: Allow nonHT/HT peering in meshAshok Nagarajan2012-05-081-3/+9
| | * | | | | | | | | mac80211: Implement HT mixed protection modeAshok Nagarajan2012-05-082-7/+77
| | * | | | | | | | | mac80211: Advertise HT protection mode in IEsAshok Nagarajan2012-05-084-9/+8
| | * | | | | | | | | cfg80211: fix BSS comparisonEmmanuel Grumbach2012-05-081-1/+5
OpenPOWER on IntegriCloud