aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org3-17/+4
2015-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+10
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso1-0/+10
2015-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+1
2015-03-13vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev1-0/+1
2015-03-04netfilter: nf_tables: fix userdata length overflowPatrick McHardy1-3/+19
2015-02-20caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter1-1/+1
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+8
2015-02-12memcg: cleanup static keys decrementVladimir Davydov1-5/+0
2015-02-12xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang1-0/+1
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-9/+16
2015-02-11vxlan: Use checksum partial with remote checksum offloadTom Herbert1-1/+3
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert1-0/+5
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore1-9/+16
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du2-2/+2
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2015-02-09ipv6: Make __ipv6_select_ident staticVlad Yasevich1-2/+0
2015-02-09net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua1-1/+1
2015-02-08net: rfs: add hash collision detectionEric Dumazet1-23/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-0/+1
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell1-0/+32
2015-02-07Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller3-7/+254
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline1-0/+3
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-16/+19
2015-02-05ipv6: fix sparse errors in ip6_make_flowlabel()Eric Dumazet1-2/+2
2015-02-05flow_keys: n_proto type should be __be16Eric Dumazet1-3/+3
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller3-13/+10
2015-02-04tcp: do not pace pure ack packetsEric Dumazet1-0/+15
2015-02-04net/bonding: Notify state change on slavesMoni Shoua1-0/+12
2015-02-04net/bonding: Move slave state changes to a helper functionMoni Shoua1-0/+5
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller2-5/+39
2015-02-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller2-5/+10
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard1-0/+1
2015-02-04NFC: nci: Change credits field to credits_cntChristophe Ricard1-1/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard2-9/+13
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard1-0/+1
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich1-0/+3
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro1-2/+1
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro1-10/+8
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro1-1/+1
2015-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+2
2015-02-02ipv6: introduce ipv6_make_skbVlad Yasevich1-0/+19
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn1-0/+1
2015-02-02NFC: nci: Add RF NFCEE action notification supportChristophe Ricard1-0/+8
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard1-0/+27
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard1-0/+93
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard2-0/+33
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard2-0/+10
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard1-0/+4
2015-02-02NFC: nci: Add NCI NFCEE constantsChristophe Ricard1-0/+48