summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 9P: Add cancelled() to the transport functions.Simon Derr2013-07-072-3/+20
* 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-072-3/+34
* 9P/RDMA: Improve error handling in rdma_requestSimon Derr2013-07-071-16/+28
* 9P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr2013-07-071-6/+3
* 9P/RDMA: Use a semaphore to protect the RQSimon Derr2013-07-071-10/+12
* 9P/RDMA: Protect against duplicate repliesSimon Derr2013-07-071-0/+7
* 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr2013-07-071-3/+1
* 9pnet: refactor struct p9_fcall alloc codeSimon Derr2013-07-071-17/+18
* 9P/RDMA: rdma_request() needs not allocate req->rcSimon Derr2013-07-071-19/+0
* 9P: Fix fcall allocation for rdmaSimon Derr2013-07-071-16/+23
* net/9p: add privport option to 9p tcp transportJim Garlick2013-07-071-1/+39
* net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V2013-05-281-37/+18
* net/9p: Use virtio transpart as the default transportAneesh Kumar K.V2013-05-281-0/+3
* net/9p: Make 9P2000.L the default protocol for 9p file systemAneesh Kumar K.V2013-05-281-1/+1
* net: rate-limit warn-bad-offload splats.Ben Greear2013-04-191-0/+3
* pkt_sched: fix error return code in fw_change_attrs()Wei Yongjun2013-04-191-1/+1
* irda: small read past the end of array in debug codeDan Carpenter2013-04-192-2/+11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-04-193-3/+19
|\
| * netfilter: xt_rpfilter: skip locally generated broadcast/multicast, tooFlorian Westphal2013-04-192-2/+14
| * netfilter: ipset: bitmap:ip,mac: fix listing with timeoutJozsef Kadlecsik2013-04-181-1/+5
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-04-192-12/+39
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-182-12/+39
| |\ \
| | * \ Merge branch 'for-john' of git://x-git.kernel.org/pub/scm/linux/kernel/git/jb...John W. Linville2013-04-121-4/+20
| | |\ \
| | | * | mac80211: fix cfg80211 interaction on auth/assoc requestJohannes Berg2013-04-101-4/+20
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-081-8/+19
| | |\ \ \ | | | |/ /
| | | * | mac80211: fix LED in idle handlingJohannes Berg2013-04-081-8/+19
* | | | | tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet2013-04-191-33/+31
* | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-04-185-23/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli2013-04-175-23/+28
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2013-04-182-13/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | openvswitch: correct an invalid BUG_ONHong Zhiguo2013-03-271-1/+1
| * | | | openvswitch: Preallocate reply skb in ovs_vport_cmd_set().Jesse Gross2013-03-271-12/+18
* | | | | net: drop dst before queueing fragmentsEric Dumazet2013-04-172-6/+20
* | | | | esp4: fix error return code in esp_output()Wei Yongjun2013-04-151-3/+3
* | | | | bridge: make user modified path cost stickystephen hemminger2013-04-153-1/+4
* | | | | ipv6: statically link register_inet6addr_notifier()Cong Wang2013-04-142-21/+22
* | | | | net/802/mrp: fix possible race condition when calling mrp_pdu_queue()David Ward2013-04-121-0/+4
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-127-44/+92
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | netfilter: nf_nat: fix race when unloading protocol modulesFlorian Westphal2013-04-121-33/+7
| * | | | netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik2013-04-094-4/+76
| * | | | netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik2013-04-091-3/+7
| * | | | netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy2013-04-061-4/+2
* | | | | tcp: Reallocate headroom if it would overflow csum_startThomas Graf2013-04-111-2/+6
* | | | | tcp: incoming connections might use wrong route under synfloodDmitry Popov2013-04-111-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-1022-42/+101
|\ \ \ \ \
| * \ \ \ \ Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-04-091-3/+3
| |\ \ \ \ \
| | * | | | | can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-091-3/+3
| * | | | | | selinux: add a skb_owned_by() hookEric Dumazet2013-04-091-0/+1
| |/ / / / /
| * | | | | netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun2013-04-081-1/+1
| * | | | | af_iucv: fix recvmsg by replacing skb_pull() functionUrsula Braun2013-04-081-18/+16
OpenPOWER on IntegriCloud