summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Document that dev_get_stats() returns the given pointerBen Hutchings2010-07-101-6/+6
* net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-102-6/+27
* atm/br2684: register notifier event for carrier signal changes.Karl Hiramoto2010-07-091-2/+64
* atm: propagate signal changes via notifierKarl Hiramoto2010-07-091-0/+30
* vlan: allow TSO setting on vlan interfacesEric Dumazet2010-07-091-0/+20
* gre: propagate ipv6 transport classStephen Hemminger2010-07-091-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-0810-24/+76
|\
| * bridge: Clear IPCB before possible entry into IP stackHerbert Xu2010-07-071-0/+3
| * bridge br_multicast: BUG: unable to handle kernel NULL pointer dereferenceHerbert Xu2010-07-061-9/+12
| * xfrm: fix xfrm by MARK logicPeter Kosyh2010-07-042-0/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-031-2/+4
| |\
| | * netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet2010-07-021-2/+4
| * | net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-031-0/+18
| * | ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings2010-06-291-9/+27
| * | ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings2010-06-291-2/+3
| * | ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger2010-06-261-1/+1
| * | Bluetooth: Bring back var 'i' incrementGustavo F. Padovan2010-06-251-0/+2
| * | xfrm: check bundle policy existance before dereferencing itTimo Teräs2010-06-241-1/+2
* | | net/ipv4/ip_output.c: Removal of unused variable in ip_fragment()George Kadianakis2010-07-081-2/+1Star
* | | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-076-18/+27
* | | ipv4: use skb_dst_copy() in ip_copy_metadata()Eric Dumazet2010-07-061-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-0315-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/+1Star
| * | | 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/+11Star
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-0219-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/+0Star
| * | | | 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