aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-20tcp: Fix race in tcp_pollTom Marshall2-2/+7
2010-09-20rose: Fix signedness issues wrt. digi count.David S. Miller1-2/+2
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer4-49/+67
2010-09-20ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet1-4/+4
2010-09-17sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2010-09-16net/llc: storing negative error codes in unsigned shortDan Carpenter1-1/+1
2010-09-16xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet1-1/+1
2010-09-14net: RPS needs to depend upon USE_GENERIC_SMP_HELPERSDavid S. Miller1-1/+1
2010-09-14net: use rcu_barrier() in rollback_registered_manyEric Dumazet1-1/+1
2010-09-13ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk1-0/+3
2010-09-13ipv4: force_igmp_version ignored when a IGMPv3 query receivedBob Arendt1-1/+1
2010-09-13net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter1-1/+2
2010-09-12sch_atm: Fix potential NULL deref.David S. Miller1-4/+0
2010-09-09sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller23-274/+919
2010-09-08udp: add rehash on connect()Eric Dumazet4-2/+64
2010-09-08net: blackhole route should always be recalculatedJianzhao Wang1-1/+6
2010-09-08ipv4: 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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-37/+91
2010-09-07ipv4: Fix reverse path filtering with multipath routing.David S. Miller1-2/+13
2010-09-07UNIX: Do not loop forever at unix_autobind().Tetsuo Handa1-3/+12
2010-09-07irda: off by oneDan Carpenter1-1/+1
2010-09-07netfilter: discard overlapping IPv6 fragmentNicolas Dichtel1-65/+15
2010-09-07ipv6: discard overlapping fragmentNicolas Dichtel1-56/+15
2010-09-07net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa1-8/+8
2010-09-02pkt_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-01gro: fix different skb headroomsEric Dumazet1-2/+6
2010-09-01bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller1-2/+4
2010-09-01ipv4: minor fix about RPF in help of KconfigNicolas Dichtel1-1/+1
2010-09-01xfrm_user: avoid a warning with some compilerNicolas Dichtel1-1/+1
2010-09-01net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf()Michal Soltys1-1/+1
2010-09-01net 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/linville/wireless-2.6David 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-30irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller1-2/+2
2010-08-30wireless extensions: fix kernel heap content leakJohannes Berg2-0/+19
2010-08-30mac80211: delete work timerJohannes Berg1-0/+6
2010-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-32/+21
2010-08-27net/ipv4: Eliminate kstrdup memory leakJulia Lawall1-2/+3
2010-08-26net/caif/cfrfml.c: use asm/unaligned.hJeff Mahoney1-1/+1
2010-08-26ax25: missplaced sock_put(sk)Bernard Pidoux F6BVP1-1/+1
2010-08-26l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2010-08-25tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro1-1/+2
2010-08-25tcp: 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-23bridge: netfilter: fix a memory leakChangli Gao1-1/+1