summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* route: fix a use-after-freeWANG Cong2015-08-251-1/+2
* net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida2015-08-251-2/+2
* ah4: Fix error return in ah_input().David S. Miller2015-08-251-1/+3
* ah6: fix error return codeJulia Lawall2015-08-251-1/+3
* RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com2015-08-251-2/+13
* RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker2015-08-251-5/+6
* RDS: make sure rds_send_drop_to properly takes the m_rs_locksantosh.shilimkar@oracle.com2015-08-251-1/+15
* RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar2015-08-251-1/+2
* RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2015-08-252-2/+2
* RDS: Make sure we do a signaled send for large-sendsantosh.shilimkar@oracle.com2015-08-251-0/+5
* RDS: Mark message mapped before transmitsantosh.shilimkar@oracle.com2015-08-251-8/+16
* RDS: add a sock_destruct callback debug aidsantosh.shilimkar@oracle.com2015-08-251-0/+9
* RDS: check for congestion updates during rds_send_xmitsantosh.shilimkar@oracle.com2015-08-251-1/+2
* RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com2015-08-255-8/+57
* RDS: don't update ip address tables if the address hasn't changedsantosh.shilimkar@oracle.com2015-08-251-2/+7
* RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com2015-08-251-8/+10
* RDS: always free recv frag as we free its ring entrysantosh.shilimkar@oracle.com2015-08-251-3/+10
* RDS: restore return value in rds_cmsg_rdma_args()santosh.shilimkar@oracle.com2015-08-251-0/+2
* tcp: refine pacing rate determinationEric Dumazet2015-08-252-1/+36
* xfrm: Use VRF master index if output device is enslavedDavid Ahern2015-08-252-4/+10
* tcp: fix slow start after idle vs TSO/GSOEric Dumazet2015-08-253-8/+9
* ila: Precompute checksum difference for translationsTom Herbert2015-08-241-0/+18
* lwt: Add cfg argument to build_stateTom Herbert2015-08-246-10/+19
* Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-08-243-5/+106
|\
| * nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard2015-08-201-2/+84
| * nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard2015-08-201-1/+1
| * NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga2015-08-201-0/+14
| * NFC: nci: Add post_setup handlerRobert Baldyga2015-08-201-0/+4
| * nfc: netlink: Warning fixChristophe Ricard2015-08-171-0/+1
| * nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard2015-08-171-2/+2
* | tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-242-3/+12
* | tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-242-4/+9
* | tipc: eliminate risk of premature link setup during failoverJon Paul Maloy2015-08-241-1/+3
* | fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert2015-08-241-1/+1
* | gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-241-16/+12Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-2111-89/+129
|\ \
| * | batman-adv: Fix memory leak on tt add with invalid vlanSven Eckelmann2015-08-191-1/+4
| * | ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau2015-08-172-11/+35
| * | ipv6: Add rt6_make_pcpu_route()Martin KaFai Lau2015-08-171-4/+16
| * | ipv6: Remove un-used argument from ip6_dst_alloc()Martin KaFai Lau2015-08-171-12/+9Star
| * | Merge tag 'mac80211-for-davem-2015-08-14' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-08-171-5/+6
| |\ \
| | * | mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht2015-08-131-5/+6
| * | | Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"Calvin Owens2015-08-171-6/+4Star
| * | | inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet2015-08-141-1/+1
| * | | ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft2015-08-141-1/+1
| * | | net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-144-51/+56
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-2132-433/+1152
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-08-21176-2008/+4138
| |\ \ \ \
| * | | | | netfilter: nft_payload: work around vlan header strippingFlorian Westphal2015-08-191-1/+56
| * | | | | netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann2015-08-185-40/+27Star