summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-05-10netfilter: use rcu_dereference_protected()Patrick McHardy2-6/+26
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy139-2480/+3662
2010-05-10netfilter: nf_conntrack_proto: fix warning with CONFIG_PROVE_RCUPatrick McHardy1-1/+5
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman1-100/+8
2010-05-07rps: Various optimizationsEric Dumazet1-6/+22
2010-05-07ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork1-3/+8
2010-05-06bridge: make bridge support netpollWANG Cong4-1/+108
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong1-5/+21
2010-05-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller16-64/+222
2010-05-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-64/+222
2010-05-05mac80211: use fixed channel in ibss join when appropriateJohannes Berg1-0/+6
2010-05-05net: __alloc_skb() speedupEric Dumazet1-16/+5
2010-05-04net: skb_free_datagram_locked() fixEric Dumazet1-2/+7
2010-05-04Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller13-142/+329
2010-05-04net: rcu fixesEric Dumazet1-8/+8
2010-05-04unix/garbage: kill copy of the skb queue walkerIlpo Järvinen1-11/+2
2010-05-03Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2-1/+2
2010-05-03mac80211: improve IBSS scanningJohannes Berg4-21/+36
2010-05-03mac80211: allow controlling aggregation manuallyJohannes Berg1-1/+64
2010-05-03mac80211: fix ieee80211_find_sta[_by_hw]Johannes Berg1-4/+13
2010-05-03net: fix softnet_statChangli Gao2-15/+13
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-54/+134
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller2-2/+2
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet11-68/+121
2010-05-01netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()Patrick McHardy1-2/+1
2010-05-01sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich2-3/+3
2010-05-01sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich1-35/+7
2010-05-01sctp: correctly mark missing chunks in fast recoveryVlad Yasevich1-5/+13
2010-05-01sctp: rwnd_press should be cumulativeVlad Yasevich1-1/+1
2010-05-01sctp: fast recovery algorithm is per association.Vlad Yasevich1-15/+17
2010-05-01sctp: update transport initializationsVlad Yasevich3-30/+0
2010-05-01sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich2-14/+5
2010-05-01sctp: remove 'resent' bit from the chunkVlad Yasevich3-18/+9
2010-05-01sctp: Make sure we always return valid retransmit pathVlad Yasevich1-1/+2
2010-05-01sctp: cleanup: remove duplicate assignmentDan Carpenter1-14/+9
2010-05-01sctp: implement sctp association probing moduleWei Yongjun3-0/+228
2010-05-01sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei1-1/+1
2010-05-01sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich1-2/+3
2010-05-01sctp: fix to retranmit at least one DATA chunkWei Yongjun1-0/+12
2010-05-01sctp: missing set src and dest port while lookup output routeWei Yongjun1-1/+6
2010-05-01sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sentWei Yongjun1-0/+6
2010-05-01sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich1-2/+6
2010-05-01sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich1-1/+1
2010-05-01ipv6: cleanup: remove unneeded null checkDan Carpenter1-2/+1
2010-05-01xfrm: potential uninitialized variable num_xfrmsChangli Gao1-1/+1
2010-05-01net: speedup sock_recv_ts_and_drops()Eric Dumazet1-2/+2
2010-05-01Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre2-1/+2
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-2/+0
2010-04-30mac80211: tell driver about IBSS mergeJohannes Berg1-0/+6
2010-04-29net: ip_queue_rcv_skb() helperEric Dumazet6-4/+21