aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-07-14net: fix problem in reading sock TX queueTom Herbert1-4/+3
2010-07-14Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issueChihau Chau1-2/+1
2010-07-14net/core: neighbour update OopsDoug Kehn1-1/+4
2010-07-14net/sched: potential data corruptionDan Carpenter1-2/+2
2010-07-14net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet1-3/+10
2010-07-14rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao1-0/+1
2010-07-14xfrm: do not assume that template resolving always returns xfrmsTimo Teräs1-2/+13
2010-07-14cfg80211: don't get expired BSSesJohannes Berg1-0/+5
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-28/+39
2010-07-12net/irda: Remove unnecessary casts of private_dataJoe Perches1-5/+5
2010-07-12net/core: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-07-12net: autoconvert trivial BKL users to private mutexArnd Bergmann2-6/+8
2010-07-12net: sock_free() optimizationsEric Dumazet1-2/+3
2010-07-12inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao5-16/+24
2010-07-129p: strlen() doesn't count the terminatorDan Carpenter1-1/+1
2010-07-12dsa: Fix Kconfig dependencies.David S. Miller1-1/+1
2010-07-12act_nat: not all of the ICMP packets need an IP header payloadChangli Gao1-1/+4
2010-07-12cfg80211: ignore spurious deauthJohannes Berg1-4/+4
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet13-53/+32
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet22-140/+67
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-1/+1
2010-07-09net: Document that dev_get_stats() returns the given pointerBen Hutchings1-6/+6
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2-6/+27
2010-07-09netfilter: xt_TPROXY: the length of lines should be within 80Changli Gao1-2/+4
2010-07-09ipvs: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_outXiaoyu Du1-1/+1
2010-07-09atm/br2684: register notifier event for carrier signal changes.Karl Hiramoto1-2/+64
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto1-0/+30
2010-07-08vlan: allow TSO setting on vlan interfacesEric Dumazet1-0/+20
2010-07-08Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont1-0/+1
2010-07-08gre: propagate ipv6 transport classStephen Hemminger1-0/+2
2010-07-08Bluetooth: Update sec_level/auth_type for already existing connectionsVille Tervo1-0/+5
2010-07-08Bluetooth: Reset the security level after an authentication failureJohan Hedberg1-0/+2
2010-07-08Bluetooth: Check L2CAP pending status before sending connect requestAndrei Emeltchenko1-3/+11
2010-07-08mac80211: remove wep dependencyJohn W. Linville7-21/+30
2010-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-22/+71
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller10-24/+76
2010-07-07net/ipv4/ip_output.c: Removal of unused variable in ip_fragment()George Kadianakis1-2/+1
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet6-18/+27
2010-07-07bridge: Clear IPCB before possible entry into IP stackHerbert Xu1-0/+3
2010-07-07NET: nl80211, fix lock imbalance and netdev referencingJiri Slaby1-1/+1
2010-07-06sunrpc: make the cache cleaner workqueue deferrableArtem Bityutskiy2-1/+7
2010-07-05bridge br_multicast: BUG: unable to handle kernel NULL pointer dereferenceHerbert Xu1-9/+12
2010-07-05ipv4: use skb_dst_copy() in ip_copy_metadata()Eric Dumazet1-1/+1
2010-07-05ipvs: Kconfig cleanupMichal Marek1-4/+1
2010-07-05netfilter: ipt_REJECT: avoid touching dst refEric Dumazet1-1/+1
2010-07-05netfilter: ipt_REJECT: postpone the checksum calculation.Changli Gao1-5/+5
2010-07-05netfilter: nf_conntrack_reasm: add fast path for in-order fragmentsChangli Gao1-0/+9
2010-07-04xfrm: fix xfrm by MARK logicPeter Kosyh2-0/+4
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-0/+62
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller15-111/+243