summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar36-244/+293
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov1-1/+6
2010-09-10sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller23-274/+919
2010-09-09udp: add rehash on connect()Eric Dumazet4-2/+64
2010-09-09net: blackhole route should always be recalculatedJianzhao Wang1-1/+6
2010-09-09ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski1-2/+6
2010-09-08ipvs: fix active FTPJulian Anastasov3-12/+13
2010-09-08gro: Re-fix different skb headroomsJarek Poplawski1-1/+1
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-37/+91
2010-09-08ipv4: Fix reverse path filtering with multipath routing.David S. Miller1-2/+13
2010-09-08UNIX: Do not loop forever at unix_autobind().Tetsuo Handa1-3/+12
2010-09-08irda: off by oneDan Carpenter1-1/+1
2010-09-08netfilter: discard overlapping IPv6 fragmentNicolas Dichtel1-65/+15
2010-09-08ipv6: discard overlapping fragmentNicolas Dichtel1-56/+15
2010-09-08net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa1-8/+8
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi3-0/+4
2010-09-07netdev: Add tracepoints to netdev layerKoki Sanagi2-0/+7
2010-09-03pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimatorJarek Poplawski1-6/+6
2010-09-02ipvs: avoid oops for passive FTPJulian Anastasov1-1/+2
2010-09-02gro: fix different skb headroomsEric Dumazet1-2/+6
2010-09-02bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller1-2/+4
2010-09-02ipv4: minor fix about RPF in help of KconfigNicolas Dichtel1-1/+1
2010-09-02xfrm_user: avoid a warning with some compilerNicolas Dichtel1-1/+1
2010-09-02net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf()Michal Soltys1-1/+1
2010-09-02net sched: fix kernel leak in act_policeJeff Mahoney1-12/+9
2010-09-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-9/+37
2010-08-31wireless: register wiphy rfkill w/o holding cfg80211_mutexJohn W. Linville1-9/+12
2010-08-31netlink: Make NETLINK_USERSOCK work again.David S. Miller1-0/+22
2010-08-31irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller1-2/+2
2010-08-31wireless extensions: fix kernel heap content leakJohannes Berg2-0/+19
2010-08-31mac80211: delete work timerJohannes Berg1-0/+6
2010-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-32/+21
2010-08-28net/ipv4: Eliminate kstrdup memory leakJulia Lawall1-2/+3
2010-08-27net/caif/cfrfml.c: use asm/unaligned.hJeff Mahoney1-1/+1
2010-08-27ax25: missplaced sock_put(sk)Bernard Pidoux F6BVP1-1/+1
2010-08-27l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2010-08-26tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro1-1/+2
2010-08-26tcp: fix three tcp sysctls tuningEric Dumazet1-17/+7
2010-08-25tcp: Combat per-cpu skew in orphan tests.David S. Miller2-8/+5
2010-08-24bridge: netfilter: fix a memory leakChangli Gao1-1/+1
2010-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-33/+31
2010-08-24netfilter: fix CONFIG_COMPAT supportFlorian Westphal3-0/+9
2010-08-19irda: fix a race in irlan_eth_xmit()Eric Dumazet1-1/+3
2010-08-19vlan: Match underlying dev carrier on vlan addPhil Oester1-1/+2
2010-08-19rds: fix a leak of kernel memoryEric Dumazet1-1/+1
2010-08-19netlink: fix compat recvmsgJohannes Berg1-30/+16
2010-08-19Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-15/+46
2010-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-57/+59
2010-08-18net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski1-1/+1