aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-10svcrpc: complete svsk processing on cb receive failureJ. Bruce Fields1-4/+3
2011-04-07svcrpc: take advantage of tcp autotuningOlga Kornievskaia1-28/+7
2011-04-07SUNRPC: Don't wait for full record to receive tcp dataJ. Bruce Fields1-32/+112
2011-04-07svcrpc: copy cb reply instead of pagesTrond Myklebust1-66/+56
2011-04-07svcrpc: close connection if client sends short packetJ. Bruce Fields1-14/+7
2011-04-07svcrpc: note network-order types in svc_process_calldirJ. Bruce Fields1-3/+3
2011-04-07SUNRPC: svc_tcp_recvfrom cleanupTrond Myklebust1-19/+15
2011-04-07SUNRPC: requeue tcp socket less frequentlyTrond Myklebust1-1/+4
2011-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-30/+69
2011-04-04ipv6: Don't pass invalid dst_entry pointer to dst_release().Boris Ostrovsky1-0/+1
2011-04-01tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen1-1/+2
2011-04-01sctp: malloc enough room for asconf-ack chunkWei Yongjun1-2/+2
2011-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller9-27/+64
2011-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-11/+40
2011-03-31appletalk: Fix OOPS in atalk_release().David S. Miller1-5/+6
2011-03-30sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller1-2/+2
2011-03-30fib: add rtnl locking in ip_fib_net_exitEric Dumazet1-0/+2
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville1-0/+1
2011-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds8-23/+197
2011-03-30netdev: fix mtu check when TSO is enabledDaniel Lezcano1-2/+22
2011-03-30bridge: mcast snooping, fix length check of snooped MLDv1/2Linus Lüssing1-1/+1
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs2-0/+5
2011-03-29bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()Balaji G1-1/+1
2011-03-29libceph: Create a new key type "ceph".Tommi Virtanen3-8/+77
2011-03-29libceph: Get secret from the kernel keys api when mounting with key=NAME.Tommi Virtanen2-0/+59
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen6-15/+59
2011-03-29libceph: fix null dereference when unregistering linger requestsSage Weil1-3/+3
2011-03-29ceph: unlock on error in ceph_osdc_start_request()Dan Carpenter1-1/+3
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-124/+201
2011-03-28xfrm: Restrict extended sequence numbers to espSteffen Klassert1-0/+3
2011-03-28xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert1-0/+21
2011-03-28xfrm: Assign esn pointers when cloning a stateSteffen Klassert1-0/+6
2011-03-28xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert2-3/+16
2011-03-28ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller1-0/+1
2011-03-28mac80211: fix aggregation frame release during timeoutDaniel Halperin1-1/+2
2011-03-28cfg80211: fix BSS double-unlinking (continued)Juuso Oikarinen1-7/+11
2011-03-28cfg80211:: fix possible NULL pointer dereferenceMariusz Kozlowski1-3/+10
2011-03-28mac80211: fix possible NULL pointer dereferenceMariusz Kozlowski1-1/+2
2011-03-28mac80211: fix NULL pointer dereference in ieee80211_key_alloc()Petr Štetiar1-2/+2
2011-03-28mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS ratesFelix Fietkau1-7/+18
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+16
2011-03-27net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros1-1/+1
2011-03-27bridge: notify applications if address of bridge device changesstephen hemminger4-5/+13
2011-03-27ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Jan Luebbe1-3/+3
2011-03-27can: make struct proto constOliver Hartkopp3-10/+7
2011-03-27net: remove useless comments in net/core/dev.cAmerigo Wang1-54/+0
2011-03-27rose: Add length checks to CALL_REQUEST parsingBen Hutchings4-46/+86
2011-03-27ROSE: prevent heap corruption with bad facilitiesDan Rosenberg1-2/+16
2011-03-27irda: validate peer name and attribute lengthsDan Rosenberg1-0/+6
2011-03-27irda: prevent heap corruption on invalid nicknameDan Rosenberg1-0/+3