aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: this_cpu_xxx conversionsEric Dumazet2010-07-192-4/+3
* net: 64bit stats for netdev_queueEric Dumazet2010-07-191-1/+3
* sch_atm: Convert to use standard list_head facilities.David S. Miller2010-07-181-57/+41
* net: support time stamping in phy devices.Richard Cochran2010-07-185-1/+144
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-2/+1
* vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia2010-07-183-49/+86
* net: Remove MAX_SOCK_ADDR constantTetsuo Handa2010-07-181-9/+0
* net: dccp: fix sign bugKulikov Vasiliy2010-07-181-1/+1
* net: bridge: fix sign bugKulikov Vasiliy2010-07-151-1/+1
* Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issueChihau Chau2010-07-141-2/+1
* net/sched: potential data corruptionDan Carpenter2010-07-141-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-07-1310-28/+39
|\
| * cfg80211: ignore spurious deauthJohannes Berg2010-07-121-4/+4
| * mac80211: remove wep dependencyJohn W. Linville2010-07-087-21/+30
| * NET: nl80211, fix lock imbalance and netdev referencingJiri Slaby2010-07-071-1/+1
| * minstrel_ht: fix check for downgrading of top2 rateMing Lei2010-07-021-2/+2
| * minstrel_ht: fix updating rate with best probabilityMing Lei2010-07-021-0/+2
* | net/irda: Remove unnecessary casts of private_dataJoe Perches2010-07-121-5/+5
* | net/core: Remove unnecessary casts of private_dataJoe Perches2010-07-121-2/+2
* | net: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-122-6/+8
* | net: sock_free() optimizationsEric Dumazet2010-07-121-2/+3
* | inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao2010-07-125-16/+24
* | 9p: strlen() doesn't count the terminatorDan Carpenter2010-07-121-1/+1
* | net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-1213-53/+32
* | net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-1222-140/+67
* | net: Document that dev_get_stats() returns the given pointerBen Hutchings2010-07-091-6/+6
* | net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-092-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-081-0/+20
* | gre: propagate ipv6 transport classStephen Hemminger2010-07-081-0/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-0710-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-051-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-021-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-021-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-251-1/+1
| * | | Bluetooth: Bring back var 'i' incrementGustavo F. Padovan2010-06-241-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-071-2/+1
* | | | 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-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