summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: use skb_dst_copy() in ip_copy_metadata()Eric Dumazet2010-07-051-1/+1
* netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches2010-07-041-0/+62
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-0215-111/+243
|\
| * bridge: add per bridge device controls for invoking iptablesPatrick McHardy2010-07-023-9/+97
| * netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy2010-06-282-42/+93
| * netfilter: ipt_LOG/ip6t_LOG: remove comparison within loopPatrick McHardy2010-06-282-9/+9
| * netfilter: complete the deprecation of CONFIG_NF_CT_ACCTTim Gardner2010-06-252-35/+1
| * netfilter: xt_connbytes: Force CT accounting to be enabledTim Gardner2010-06-251-0/+10
| * netfilter: fix simple typo in KConfig for netfiltert xt_TEEArnd Hannemann2010-06-221-1/+1
| * netfilter: xt_IDLETIMER needs kdev_t.hRandy Dunlap2010-06-221-0/+1
| * IPVS: one-packet schedulingNick Chalk2010-06-223-11/+29
| * netfilter: nf_nat: support user-specified SNAT rules in LOCAL_INPatrick McHardy2010-06-173-13/+11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-0119-62/+178
|\ \
| * | mac82011: Allow selection of minstrel_ht as default rc algorithmHelmut Schaa2010-06-301-0/+1
| * | mac80211: add basic tracing to drv_get_surveyJohn W. Linville2010-06-292-1/+28
| * | mac80211: remove unnecessary check in ieee80211_dump_surveyJohn W. Linville2010-06-291-3/+0
| * | mac80211: fix the for_each_sta_info macroFelix Fietkau2010-06-281-8/+8
| * | mac80211: use netif_receive_skb in ieee80211_tx_status callpathJohn W. Linville2010-06-281-2/+2
| * | mac80211: use netif_receive_skb in ieee80211_rx callpathJohn W. Linville2010-06-281-5/+5
| * | nl80211: Add option to adjust transmit powerJuuso Oikarinen2010-06-241-0/+31
| * | cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen2010-06-242-16/+16
| * | mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville2010-06-241-11/+31
| * | minstrel_ht: move minstrel_mcs_groups declaration to header fileJohn W. Linville2010-06-242-2/+2
| * | wireless: mark reg_mutex as staticJohn W. Linville2010-06-241-1/+1
| * | minstrel_ht: make *idx unsigned in minstrel_downgrade_rateJohn W. Linville2010-06-241-1/+2
| * | mac80211: don't shadow mgmt variable in ieee80211_rx_h_actionJohn W. Linville2010-06-241-4/+4
| * | mac80211: Add interface for driver to temporarily disable dynamic psJuuso Oikarinen2010-06-212-1/+40
| * | mac80211: Fix compile warning in scan.c.Gertjan van Wingerde2010-06-211-1/+1
| * | mac80211: fix sw scan bracketingJohannes Berg2010-06-181-2/+2
| * | wireless: move regulatory_init to .init.textUwe Kleine-König2010-06-182-3/+3
| * | cfg80211: move cfg80211_exit to .exit.textUwe Kleine-König2010-06-181-1/+1
* | | ethtool: Add support for control of RX flow hash indirectionBen Hutchings2010-06-301-0/+80
* | | ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-23/+5
* | | fragment: add fast path for in-order fragmentsChangli Gao2010-06-302-0/+23
* | | snmp: 64bit ipstats_mib for all archesEric Dumazet2010-06-304-10/+76
* | | act_nat: use stack variableChangli Gao2010-06-301-21/+10
* | | act_mirred: combine duplicate codeChangli Gao2010-06-301-4/+2
* | | net/core: use ntohs for skb->protocolSebastian Andrzej Siewior2010-06-301-1/+2
* | | ipv6: Use interface max_desync_factor instead of static defaultBen Hutchings2010-06-301-4/+4
* | | ipv6: Clamp reported valid_lft to a minimum of 0Ben Hutchings2010-06-301-2/+6
* | | net/Makefile: conditionally descend to wireless and ieee802154Nicolas Kaiser2010-06-291-2/+2
* | | caif: Kconfig and Makefile fixesSjur Braendeland2010-06-292-17/+4
* | | act_mirred: don't clone skb when skb isn't sharedChangli Gao2010-06-281-3/+3
* | | tcp: tso_fragment() might avoid GFP_ATOMICEric Dumazet2010-06-281-3/+3
* | | vlan: 64 bit rx countersEric Dumazet2010-06-283-25/+41
* | | net: use this_cpu_ptr()Eric Dumazet2010-06-283-4/+4
* | | syncookies: add support for ECNFlorian Westphal2010-06-264-12/+16
* | | syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal2010-06-262-22/+14
* | | ipv6: remove ipv6_statisticsEric Dumazet2010-06-251-2/+0
* | | snmp: add align parameter to snmp_mib_init()Eric Dumazet2010-06-256-21/+39
OpenPOWER on IntegriCloud