summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | xdp: add HW offload mode flag for installing programsJakub Kicinski2017-06-232-4/+7
| * | | | | xdp: pass XDP flags into install handlersJakub Kicinski2017-06-231-2/+3
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-214-12/+32
| |\ \ \ \ \
| * | | | | | net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-211-0/+33
| * | | | | | rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes2017-06-211-0/+13
| * | | | | | net: remove DST_NOCACHE flagWei Wang2017-06-171-1/+1
| * | | | | | net: remove DST_NOGC flagWei Wang2017-06-171-3/+1
| * | | | | | net: remove dst gc related codeWei Wang2017-06-172-214/+0
| * | | | | | xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2017-06-171-17/+2
| * | | | | | net: introduce a new function dst_dev_put()Wei Wang2017-06-171-0/+24
| * | | | | | net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang2017-06-171-2/+18
| * | | | | | net: Add IFLA_XDP_PROG_IDMartin KaFai Lau2017-06-162-14/+32
| * | | | | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-6/+6
| * | | | | | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-3/+3
| * | | | | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-18/+20
| * | | | | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-153-13/+46
| |\ \ \ \ \ \
| * | | | | | | net: use skb_unref() in napi_consume_skb()Paolo Abeni2017-06-141-3/+2
| * | | | | | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-14/+42
| * | | | | | | udp: avoid a cache miss on dequeuePaolo Abeni2017-06-121-4/+20
| * | | | | | | net: factor out a helper to decrement the skb refcountPaolo Abeni2017-06-122-13/+5
| * | | | | | | bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-101-0/+20
| * | | | | | | bpf: remove cg_skb_func_proto and use sk_filter_func_proto directlyDaniel Borkmann2017-06-101-7/+1
| * | | | | | | netns: fix error code when the nsid is already usedNicolas Dichtel2017-06-101-0/+1
| * | | | | | | netns: define extack error msg for nsis cmdsNicolas Dichtel2017-06-101-9/+33
| * | | | | | | skbuff: only inherit relevant tx_flagsWillem de Bruijn2017-06-081-4/+6
| * | | | | | | tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-0/+20
| * | | | | | | tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-4/+5
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-062-3/+10
| |\ \ \ \ \ \ \
| * | | | | | | | net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+2
| * | | | | | | | skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2017-06-041-23/+42
| * | | | | | | | neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2017-06-041-11/+49
| * | | | | | | | net-procfs: Use vsnprintf extension %phNJoe Perches2017-06-041-9/+4
| * | | | | | | | net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz2017-06-041-0/+40
| * | | | | | | | bpf: track stack depth of classic bpf programsAlexei Starovoitov2017-05-311-14/+22
| * | | | | | | | rtnetlink: use the new rtnl_get_event() interfaceVlad Yasevich2017-05-311-1/+1
| * | | | | | | | net: add extack arg to lwtunnel build stateDavid Ahern2017-05-302-5/+20
| * | | | | | | | net: lwtunnel: Add extack to encap attr validationDavid Ahern2017-05-301-5/+13
| * | | | | | | | rtnl: Add support for netdev event to link messagesVlad Yasevich2017-05-272-10/+57
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-265-13/+39
| |\ \ \ \ \ \ \ \
| * | | | | | | | | net: flow_dissector: add support for dissection of tcp flagsJiri Pirko2017-05-241-0/+29
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar2017-05-211-0/+4
| * | | | | | | | net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar2017-05-211-0/+26
| * | | | | | | | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-2/+1
| * | | | | | | | net: define receive timestamp filter for NTPMiroslav Lichvar2017-05-211-0/+2
| * | | | | | | | net: more accurate checksumming in validate_xmit_skb()Davide Caratti2017-05-191-2/+12
| * | | | | | | | net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-191-0/+1
| * | | | | | | | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-191-3/+0
| * | | | | | | | net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-191-0/+41
| * | | | | | | | skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-191-0/+26
OpenPOWER on IntegriCloud