summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao2010-09-221-0/+1
| * netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman2010-09-221-1/+1
| * netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet2010-09-221-1/+5
| * ip: fix truesize mismatch in ip fragmentationEric Dumazet2010-09-212-11/+26
| * netxen: dont set skb->truesizeEric Dumazet2010-09-211-3/+0
| * qlcnic: dont set skb->truesizeEric Dumazet2010-09-211-5/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-09-212-1/+6
| |\
| | * wext: fix potential private ioctl memory content leakJohannes Berg2010-09-201-1/+1
| | * iwlwifi: do not perferm force reset while doing scanWey-Yi Guy2010-09-171-0/+5
| * | tcp: Fix race in tcp_pollTom Marshall2010-09-202-2/+7
| * | rose: Fix signedness issues wrt. digi count.David S. Miller2010-09-201-2/+2
| * | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-09-201-1/+1
| |\ \
| | * | vhost-net: fix range checking in mrg bufs caseMichael S. Tsirkin2010-09-141-1/+1
| * | | xfrm: Allow different selector family in temporary stateThomas Egerer2010-09-205-51/+69
| * | | ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet2010-09-201-4/+4
| * | | qlcnic: dont assume NET_IP_ALIGN is 2Eric Dumazet2010-09-171-1/+1
| * | | dca: disable dca on IOAT ver.3.0 multiple-IOH platformsSosnowski, Maciej2010-09-171-6/+79
| * | | netpoll: Disable IRQ around RCU dereference in netpoll_rxHerbert Xu2010-09-171-4/+4
| * | | sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich2010-09-171-1/+0
| * | | net/llc: storing negative error codes in unsigned shortDan Carpenter2010-09-161-1/+1
| * | | MAINTAINERS: move atlx discussions to netdevChris Snook2010-09-161-1/+1
| * | | drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-161-0/+2
| * | | drivers/net/eql.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-161-0/+2
| * | | drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg2010-09-161-0/+2
| * | | xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet2010-09-161-1/+1
| * | | r8169: Handle rxfifo errors on 8168 chipsMatthew Garrett2010-09-151-3/+2
| * | | 3c59x: Remove atomic context inside vortex_{set|get}_wolDenis Kirjanov2010-09-151-4/+3
| * | | tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov2010-09-151-2/+16
| * | | net: RPS needs to depend upon USE_GENERIC_SMP_HELPERSDavid S. Miller2010-09-141-1/+1
| * | | phylib: fix PAL state machine restart on resumeSimon Guinot2010-09-141-2/+2
| * | | net: use rcu_barrier() in rollback_registered_manyEric Dumazet2010-09-141-1/+1
| * | | bonding: correctly process non-linear skbsAndy Gospodarek2010-09-142-0/+6
| * | | ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk2010-09-131-0/+3
| * | | ipv4: force_igmp_version ignored when a IGMPv3 query receivedBob Arendt2010-09-131-1/+1
| * | | ppp: potential NULL dereference in ppp_mp_explode()Dan Carpenter2010-09-131-2/+7
| * | | net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter2010-09-131-1/+2
| * | | sch_atm: Fix potential NULL deref.David S. Miller2010-09-121-4/+0
| |/ /
* | | net: r6040: store BIOS default MAC in perm_addOtavio Salvador2010-09-261-0/+3
* | | net: loopback driver cleanupEric Dumazet2010-09-262-17/+9
* | | net: fix rcu use in ip_route_output_slowEric Dumazet2010-09-261-1/+1
* | | rps: allocate rx queues in register_netdevice onlyEric Dumazet2010-09-261-44/+32
* | | net: update SOCK_MIN_RCVBUFEric Dumazet2010-09-261-1/+5
* | | drivers/net: return operator cleanupEric Dumazet2010-09-26106-764/+762
* | | net: skb_frag_t can be smaller on small archesEric Dumazet2010-09-261-0/+5
* | | net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet2010-09-261-3/+4
* | | ixgbevf: Refactor ring parameter re-sizeGreg Rose2010-09-241-74/+79
* | | stmmac: review the wake-up supportGiuseppe Cavallaro2010-09-246-20/+24
* | | net: Add Gigabit Ethernet driver of Topcliff PCHMasayuki Ohtake2010-09-2411-0/+4824
* | | ip: take care of last fragment in ip_append_dataEric Dumazet2010-09-241-3/+6
* | | net: return operator cleanupEric Dumazet2010-09-2384-222/+220
OpenPOWER on IntegriCloud