summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-2/+1Star
* | net: define receive timestamp filter for NTPMiroslav Lichvar2017-05-211-0/+2
* | net: more accurate checksumming in validate_xmit_skb()Davide Caratti2017-05-201-2/+12
* | net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-201-0/+1
* | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-201-3/+0Star
* | net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-201-0/+41
* | skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-201-0/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-183-19/+34
|\|
| * net: fix compile error in skb_orphan_partial()Eric Dumazet2017-05-171-3/+0Star
| * neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka2017-05-171-4/+10
| * net: Improve handling of failures on link and route dumpsDavid Ahern2017-05-161-12/+24
* | net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin2017-05-181-6/+8
* | net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan2017-05-182-4/+8
* | net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-2/+3
* | tcp: internal implementation for pacingEric Dumazet2017-05-161-0/+4
* | net/sock: factor out dequeue/peek with offset codePaolo Abeni2017-05-161-39/+51
|/
* netem: fix skb_orphan_partial()Eric Dumazet2017-05-121-12/+8Star
* xdp: refine xdp api with regards to generic xdpDaniel Borkmann2017-05-122-41/+54
* xdp: add flag to enforce driver modeDaniel Borkmann2017-05-122-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-101-12/+19
|\
| * tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-12/+19
* | treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-092-6/+8
* | net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-091-15/+9Star
|/
* rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt2017-05-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0323-467/+1735
|\
| * xdp: fix parameter kdoc for extackJakub Kicinski2017-05-021-1/+1
| * xdp: propagate extended ack to XDP setupJakub Kicinski2017-05-012-6/+12
| * lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter2017-05-011-3/+4
| * net: Initialise init_net.count to 1David Howells2017-05-011-1/+2
| * bpf: restore skb->sk before pskb_trim() callEric Dumazet2017-05-011-1/+1
| * fib_rules: fix error return codeWei Yongjun2017-04-271-2/+4
| * net: remove unnecessary carrier status checkZhang Shengju2017-04-271-7/+4Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-271-0/+3
| |\
| * | net: Generic XDPDavid S. Miller2017-04-253-21/+176
| * | lwtunnel: check return value of nla_nest_startPan Bian2017-04-241-0/+2
| * | flow_dissector: add mpls support (v2)Benjamin LaHaise2017-04-241-3/+22
| * | net/devlink: Add E-Switch encapsulation controlRoi Dayan2017-04-221-3/+23
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-221-2/+8
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-212-0/+6
| |\ \ \
| | * | | net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert2017-04-141-0/+3
| | * | | net: Add ESP offload featuresSteffen Klassert2017-04-141-0/+3
| * | | | bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-211-0/+14
| * | | | Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead2017-04-212-1/+11
| * | | | bpf: remove reference to sock_filter_ext from kerneldoc commentTobias Klauser2017-04-201-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-0/+1
| |\ \ \ \
| * | | | | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-174-30/+47
| * | | | | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-171-4/+14
| * | | | | Add uid and cookie bpf helper to cg_skb_func_protoChenbo Feng2017-04-171-6/+1Star
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-162-10/+14
| |\ \ \ \ \
| * | | | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-135-31/+37