summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+8
2015-02-12memcg: cleanup static keys decrementVladimir Davydov-5/+0
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-9/+16
2015-02-11vxlan: Use checksum partial with remote checksum offloadTom Herbert-1/+3
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert-0/+5
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore-9/+16
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du-2/+2
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2015-02-09ipv6: Make __ipv6_select_ident staticVlad Yasevich-2/+0
2015-02-09net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua-1/+1
2015-02-08net: rfs: add hash collision detectionEric Dumazet-23/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell-0/+1
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell-0/+32
2015-02-07Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-7/+254
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline-0/+3
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+19
2015-02-05ipv6: fix sparse errors in ip6_make_flowlabel()Eric Dumazet-2/+2
2015-02-05flow_keys: n_proto type should be __be16Eric Dumazet-3/+3
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller-13/+10
2015-02-04tcp: do not pace pure ack packetsEric Dumazet-0/+15
2015-02-04net/bonding: Notify state change on slavesMoni Shoua-0/+12
2015-02-04net/bonding: Move slave state changes to a helper functionMoni Shoua-0/+5
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller-5/+39
2015-02-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-5/+10
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard-0/+1
2015-02-04NFC: nci: Change credits field to credits_cntChristophe Ricard-1/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard-9/+13
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard-0/+1
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich-0/+3
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro-2/+1
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro-10/+8
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro-1/+1
2015-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+2
2015-02-02ipv6: introduce ipv6_make_skbVlad Yasevich-0/+19
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn-0/+1
2015-02-02NFC: nci: Add RF NFCEE action notification supportChristophe Ricard-0/+8
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard-0/+27
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard-0/+93
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard-0/+33
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard-0/+10
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard-0/+4
2015-02-02NFC: nci: Add NCI NFCEE constantsChristophe Ricard-0/+48
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard-7/+25
2015-02-02Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg-4/+0
2015-02-02Bluetooth: Add restarting to service discoveryJakub Pawlowski-0/+1
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski-0/+5
2015-02-01swdevice: add new apis to set and del bridge port attributesRoopa Prabhu-1/+36
2015-02-01ipv4: tcp: get rid of ugly unicast_sockEric Dumazet-1/+2
2015-01-31net: sched: fix panic in rate estimatorsEric Dumazet-8/+5
2015-01-31ipv4: icmp: use percpu allocationEric Dumazet-1/+2