summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* De-pessimize rds_page_copy_userLinus Torvalds2010-10-151-20/+7
* net: clear heap allocations for privileged ethtool actionsKees Cook2010-10-111-3/+3
* ATM: mpc, fix use after freeJiri Slaby2010-10-111-1/+1
* net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook2010-10-081-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-10-082-2/+4
|\
| * Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath"John W. Linville2010-10-071-2/+2
| * mac80211: delete AddBA response timerJohannes Berg2010-10-061-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...David S. Miller2010-10-072-33/+33
|\ \
| * | Bluetooth: Disallow to change L2CAP_OPTIONS values when connectedGustavo F. Padovan2010-10-041-0/+5
| * | Revert "Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state"Gustavo F. Padovan2010-09-301-7/+1
| * | Bluetooth: Fix inconsistent lock state with RFCOMMGustavo F. Padovan2010-09-301-0/+4
| * | Bluetooth: Simplify L2CAP Streaming mode sendingGustavo F. Padovan2010-09-301-17/+7
| * | Bluetooth: fix MTU L2CAP configuration parameterAndrei Emeltchenko2010-09-301-3/+3
| * | Bluetooth: Only enable L2CAP FCS for ERTM or streamingMat Martineau2010-09-301-6/+13
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2010-10-068-88/+110
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-10-045-19/+27
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-2831-122/+176
| |\ \ \
| * | | | net/9p: fix memory handling/allocation in rdma_request()Davidlohr Bueso2010-09-271-11/+18
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-199-11/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-09-146-76/+86
| |\ \ \ \ \
| | * | | | | sunrpc: increase MAX_HASHTABLE_BITS to 14Miquel van Smoorenburg2010-09-121-1/+1
| | * | | | | gss:spkm3 miss returning error to caller when import security contextBian Naimeng2010-09-121-1/+4
| | * | | | | gss:krb5 miss returning error to caller when import security contextBian Naimeng2010-09-121-2/+8
| | * | | | | SUNRPC: cleanup state-machine orderingJ. Bruce Fields2010-09-121-42/+42
| | * | | | | SUNRPC: Fix a race in rpc_info_openTrond Myklebust2010-09-122-20/+20
| | * | | | | SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2010-09-122-7/+8
| | * | | | | Fix null dereference in call_allocateJ. Bruce Fields2010-09-121-4/+4
| * | | | | | fs/9p, net/9p: memory leak fixesLatchesar Ionkov2010-09-131-1/+6
| |/ / / / /
* | | | | | caif: fix two caif_connect() bugsEric Dumazet2010-10-051-6/+15
* | | | | | cls_u32: signedness bugDan Carpenter2010-10-051-1/+1
* | | | | | sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg2010-10-031-2/+6
* | | | | | sctp: prevent reading out-of-bounds memoryDan Rosenberg2010-10-031-1/+12
* | | | | | ipv4: correct IGMP behavior on v3 query during v2-compatibility modeDavid Stevens2010-10-031-1/+13
* | | | | | Revert "ipv4: Make INET_LRO a bool instead of tristate."Ben Hutchings2010-10-031-1/+1
* | | | | | net: Fix the condition passed to sk_wait_event()Nagendra Tomar2010-10-031-4/+4
* | | | | | net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski2010-10-031-4/+24
| |_|_|/ / |/| | | |
* | | | | vlan: dont drop packets from unknown vlans in promiscuous modeEric Dumazet2010-09-301-4/+10
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-09-301-4/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | mac80211: fix use-after-freeJohannes Berg2010-09-241-4/+0
* | | | | Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi2010-09-291-1/+2
* | | | | ip_gre: Fix dependencies wrt. ipv6.David S. Miller2010-09-281-0/+1
* | | | | net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()Damian Lukowski2010-09-281-10/+14
| |_|_|/ |/| | |
* | | | tcp: Fix >4GB writes on 64-bit.David S. Miller2010-09-272-3/+4
* | | | net/9p: Mount only matching virtio channelsSven Eckelmann2010-09-271-1/+2
* | | | ipv6: add IPv6 to neighbour table overflow warningUlrich Weber2010-09-272-2/+2
* | | | tcp: fix TSO FACK loss marking in tcp_mark_head_lostYuchung Cheng2010-09-271-1/+2
* | | | ipv6: add a missing unregister_pernet_subsys callNeil Horman2010-09-262-3/+13
* | | | br2684: fix scheduling while atomicKarl Hiramoto2010-09-261-10/+2
* | | | net: fix a lockdep splatEric Dumazet2010-09-246-26/+26
* | | | xfrm4: strip ECN bits from tos fieldUlrich Weber2010-09-221-1/+1
OpenPOWER on IntegriCloud