summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | ah6: fix error return codeJulia Lawall2015-08-25
| * | | | | | | | | RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker2015-08-25
| * | | | | | | | | RDS: make sure rds_send_drop_to properly takes the m_rs_locksantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar2015-08-25
| * | | | | | | | | RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: Make sure we do a signaled send for large-sendsantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: Mark message mapped before transmitsantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: add a sock_destruct callback debug aidsantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: check for congestion updates during rds_send_xmitsantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: don't update ip address tables if the address hasn't changedsantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: always free recv frag as we free its ring entrysantosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | RDS: restore return value in rds_cmsg_rdma_args()santosh.shilimkar@oracle.com2015-08-25
| * | | | | | | | | tcp: refine pacing rate determinationEric Dumazet2015-08-25
| * | | | | | | | | xfrm: Use VRF master index if output device is enslavedDavid Ahern2015-08-25
| * | | | | | | | | tcp: fix slow start after idle vs TSO/GSOEric Dumazet2015-08-25
| |/ / / / / / / /
| * | | | | | | | ila: Precompute checksum difference for translationsTom Herbert2015-08-24
| * | | | | | | | lwt: Add cfg argument to build_stateTom Herbert2015-08-24
| * | | | | | | | Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-08-23
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard2015-08-20
| | * | | | | | | | nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard2015-08-20
| | * | | | | | | | NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga2015-08-20
| | * | | | | | | | NFC: nci: Add post_setup handlerRobert Baldyga2015-08-20
| | * | | | | | | | nfc: netlink: Warning fixChristophe Ricard2015-08-17
| | * | | | | | | | nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard2015-08-17
| * | | | | | | | | tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-23
| * | | | | | | | | tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-23
| * | | | | | | | | tipc: eliminate risk of premature link setup during failoverJon Paul Maloy2015-08-23
| * | | | | | | | | fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert2015-08-23
| * | | | | | | | | gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-23
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-21
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-20
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-08-21
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | netfilter: nft_payload: work around vlan header strippingFlorian Westphal2015-08-19
| | * | | | | | | | | netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann2015-08-18
| | * | | | | | | | | netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann2015-08-18
| | * | | | | | | | | netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-11
| | * | | | | | | | | netfilter: nfacct: per network namespace supportAndreas Schultz2015-08-07
| | * | | | | | | | | netfilter: nft_limit: add per-byte limitingPablo Neira Ayuso2015-08-07
| | * | | | | | | | | netfilter: nft_limit: constant token cost per packetPablo Neira Ayuso2015-08-07
| | * | | | | | | | | netfilter: nft_limit: add burst parameterPablo Neira Ayuso2015-08-07
| | * | | | | | | | | netfilter: nft_limit: factor out shared code with per-byte limitingPablo Neira Ayuso2015-08-07
| | * | | | | | | | | netfilter: nft_limit: convert to token-based limiting at nanosecond granularityPablo Neira Ayuso2015-08-07
| | * | | | | | | | | netfilter: nft_limit: rename to nft_limit_pktsPablo Neira Ayuso2015-08-07
| | * | | | | | | | | netfilter: nf_tables: add nft_dup expressionPablo Neira Ayuso2015-08-07
| | * | | | | | | | | netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso2015-08-07
| | * | | | | | | | | netfilter: xt_TEE: get rid of WITH_CONNTRACK definitionPablo Neira Ayuso2015-08-07
| | * | | | | | | | | netfilter: nft_counter: convert it to use per-cpu countersPablo Neira Ayuso2015-08-07