summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-25ah6: fix error return codeJulia Lawall1-1/+3
2015-08-25RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com1-2/+13
2015-08-25RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker1-5/+6
2015-08-25RDS: make sure rds_send_drop_to properly takes the m_rs_locksantosh.shilimkar@oracle.com1-1/+15
2015-08-25RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar1-1/+2
2015-08-25RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2-2/+2
2015-08-25RDS: Make sure we do a signaled send for large-sendsantosh.shilimkar@oracle.com1-0/+5
2015-08-25RDS: Mark message mapped before transmitsantosh.shilimkar@oracle.com1-8/+16
2015-08-25RDS: add a sock_destruct callback debug aidsantosh.shilimkar@oracle.com1-0/+9
2015-08-25RDS: check for congestion updates during rds_send_xmitsantosh.shilimkar@oracle.com1-1/+2
2015-08-25RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com5-8/+57
2015-08-25RDS: don't update ip address tables if the address hasn't changedsantosh.shilimkar@oracle.com1-2/+7
2015-08-25RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com1-8/+10
2015-08-25RDS: always free recv frag as we free its ring entrysantosh.shilimkar@oracle.com1-3/+10
2015-08-25RDS: restore return value in rds_cmsg_rdma_args()santosh.shilimkar@oracle.com1-0/+2
2015-08-25tcp: refine pacing rate determinationEric Dumazet2-1/+36
2015-08-25xfrm: Use VRF master index if output device is enslavedDavid Ahern2-4/+10
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet3-8/+9
2015-08-24ila: Precompute checksum difference for translationsTom Herbert1-0/+18
2015-08-24lwt: Add cfg argument to build_stateTom Herbert6-10/+19
2015-08-24Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller3-5/+106
2015-08-24tipc: fix stale link problem during synchronizationJon Paul Maloy2-3/+12
2015-08-24tipc: interrupt link synchronization when a link goes downJon Paul Maloy2-4/+9
2015-08-24tipc: eliminate risk of premature link setup during failoverJon Paul Maloy1-1/+3
2015-08-24fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert1-1/+1
2015-08-24gro: Fix remcsum offload to deal with frags in GROTom Herbert1-16/+12
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-89/+129
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller32-433/+1152
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso176-2008/+4138
2015-08-21ipv6: route: per route IP tunnel metadata via lightweight tunnelJiri Benc1-0/+102
2015-08-21ipv6: route: extend flow representation with tunnel keyJiri Benc1-0/+6
2015-08-21ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc3-5/+9
2015-08-21ipv6: drop metadata dst in ip6_route_inputJiri Benc1-0/+1
2015-08-21route: move lwtunnel state to dst_entryJiri Benc10-102/+39
2015-08-21ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc6-18/+18
2015-08-21ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc8-25/+25
2015-08-21net: Fix nexthop lookupsDavid Ahern1-1/+8
2015-08-21bridge: fix netlink max attr sizeScott Feldman1-1/+1
2015-08-21ipv4: Make fib_encap_match staticYing Xue1-3/+3
2015-08-20nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard1-2/+84
2015-08-20nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard1-1/+1
2015-08-20NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga1-0/+14
2015-08-20NFC: nci: Add post_setup handlerRobert Baldyga1-0/+4
2015-08-20vrf: vrf_master_ifindex_rcu is not always called with rcu read lockNikolay Aleksandrov1-2/+2
2015-08-19netfilter: nft_payload: work around vlan header strippingFlorian Westphal1-1/+56
2015-08-19lwtunnel: ip tunnel: fix multiple routes with different encapJiri Benc1-0/+7
2015-08-19lwtunnel: fix memory leakJiri Benc1-4/+6
2015-08-19batman-adv: Fix memory leak on tt add with invalid vlanSven Eckelmann1-1/+4
2015-08-19net: dsa: Allow multi hop routes to be expressedAndrew Lunn1-10/+30
2015-08-18net: sched: drop all special handling of tx_queue_len == 0Phil Sutter5-17/+9