summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-09-21SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2010-09-21wireless extensions: fix kernel heap content leakJohannes Berg2-0/+19
2010-09-21irda: off by oneDan Carpenter1-1/+1
2010-09-21mac80211: delete work timerJohannes Berg1-0/+6
2010-09-21netfilter: fix CONFIG_COMPAT supportFlorian Westphal3-0/+9
2010-08-27netlink: fix compat recvmsgJohannes Berg1-30/+16
2010-08-27can-raw: Fix skb_orphan_try handlingOliver Hartkopp1-0/+4
2010-08-27act_nat: fix wild pointerChangli Gao1-0/+1
2010-08-27net: disable preemption before call smp_processor_id()Changli Gao1-0/+2
2010-08-27pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski1-0/+6
2010-08-27pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski1-0/+7
2010-08-27net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski1-1/+1
2010-08-27net: Fix napi_gro_frags vs netpoll pathJarek Poplawski1-4/+1
2010-08-27can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp1-14/+27
2010-08-27act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao1-1/+1
2010-08-27bridge: Fix skb leak when multicast parsing fails on TXHerbert Xu1-1/+3
2010-08-27tcp: cookie transactions setsockopt memory leakDmitry Popov1-2/+5
2010-08-27bridge: add rcu_read_lock on transmitStephen Hemminger4-6/+8
2010-08-27cfg80211: fix locking in action frame TXJohannes Berg1-1/+7
2010-08-10mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville1-11/+31
2010-08-10cfg80211: don't get expired BSSesJohannes Berg1-0/+5
2010-08-10cfg80211: ignore spurious deauthJohannes Berg1-4/+4
2010-08-109p: strlen() doesn't count the terminatorDan Carpenter1-1/+1
2010-08-10arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2-0/+19
2010-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-11/+56
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-07-26net: dev_forward_skb should call nf_resetBen Greear1-0/+1
2010-07-25net sched: fix race in mirred device removalstephen hemminger1-3/+40
2010-07-23ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley1-5/+9
2010-07-23net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller1-1/+2
2010-07-23net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard1-1/+3
2010-07-21mm: add context argument to shrinker callback to remaining shrinkersDave Chinner1-1/+1
2010-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-49/+67
2010-07-20wireless: use netif_rx_ni in ieee80211_send_layer2_updateJohn W. Linville1-1/+1
2010-07-20bridge: Partially disable netpoll supportHerbert Xu2-31/+1
2010-07-19tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen1-0/+3
2010-07-19IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard1-1/+2
2010-07-16ipmr: Don't leak memory if fib lookup fails.Ben Greear1-2/+6
2010-07-15net: fix problem in reading sock TX queueTom Herbert1-4/+3
2010-07-15net/core: neighbour update OopsDoug Kehn1-1/+4
2010-07-15net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet1-3/+10
2010-07-15rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao1-0/+1
2010-07-15xfrm: do not assume that template resolving always returns xfrmsTimo Teräs1-2/+13
2010-07-13dsa: Fix Kconfig dependencies.David S. Miller1-1/+1
2010-07-13act_nat: not all of the ICMP packets need an IP header payloadChangli Gao1-1/+4
2010-07-09Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont1-0/+1
2010-07-09Bluetooth: Update sec_level/auth_type for already existing connectionsVille Tervo1-0/+5
2010-07-09Bluetooth: Reset the security level after an authentication failureJohan Hedberg1-0/+2
2010-07-09Bluetooth: Check L2CAP pending status before sending connect requestAndrei Emeltchenko1-3/+11
2010-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-22/+71