summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-1114-45/+96
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-101-1/+3
| |\
| | * Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro2018-01-101-1/+3
| * | ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux2018-01-101-0/+9
| * | ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-101-2/+3
| * | 8021q: fix a memory leak for VLAN 0 deviceCong Wang2018-01-101-6/+1
| * | caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-101-3/+1
| * | sctp: make use of pre-calculated lenMarcelo Ricardo Leitner2018-01-101-6/+10
| * | sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner2018-01-101-0/+10
| * | sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsMarcelo Ricardo Leitner2018-01-101-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-103-4/+17
| |\ \
| | * | bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-093-4/+17
| * | | ipv6: remove null_entry before adding default routeWei Wang2018-01-091-9/+29
| * | | net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2018-01-091-1/+3
| * | | net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-093-11/+8
| * | | net: core: fix module type in sock_diag_bindAndrii Vladyka2018-01-091-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-111-5/+4
|\ \ \ \
| * | | | net: free RX queue structuresJakub Kicinski2018-01-101-4/+3
| * | | | net: use the right variant of kfreeJakub Kicinski2018-01-101-1/+1
* | | | | net: sch: red: Change offloaded xstats to be incrementalNogah Frankel2018-01-101-16/+8
* | | | | tcp: make local function tcp_recv_timestamp staticWei Yongjun2018-01-101-2/+2
* | | | | ipv6: Add support for non-equal-cost multipathIdo Schimmel2018-01-101-4/+7
* | | | | ipv6: Use hash-threshold instead of modulo-NIdo Schimmel2018-01-101-23/+13
* | | | | ipv6: Use a 31-bit multipath hashIdo Schimmel2018-01-101-2/+2
* | | | | ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2018-01-102-6/+98
* | | | | Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-01-101-1/+9
|\ \ \ \ \
| * | | | | net/core: Add drop counters to VF statisticsEugenia Emantayev2018-01-091-1/+9
* | | | | | tipc: improve poll() for group member socketJon Maloy2018-01-093-33/+41
* | | | | | tipc: improve groupcast scope handlingJon Maloy2018-01-098-71/+96
* | | | | | tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy2018-01-096-15/+21
* | | | | | tipc: send out join messages as soon as new member is discoveredJon Maloy2018-01-094-42/+68
* | | | | | tipc: simplify group LEAVE sequenceJon Maloy2018-01-091-31/+9
* | | | | | tipc: create group member event messages when they are neededJon Maloy2018-01-093-44/+56
* | | | | | tipc: adjustment to group member FSMJon Maloy2018-01-091-3/+2
* | | | | | tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy2018-01-091-12/+22
* | | | | | tipc: a couple of cleanupsJon Maloy2018-01-091-14/+8
* | | | | | ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev2018-01-091-2/+11
* | | | | | ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_tableColin Ian King2018-01-091-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-0916-97/+128
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-0815-85/+126
| |\ \ \ \
| | * | | | sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-082-12/+25
| | * | | | sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner2018-01-081-12/+12
| | | |/ / | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-01-051-3/+5
| | |\ \ \
| | | * | | netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu2017-12-261-2/+4
| | | * | | netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso2017-12-211-1/+1
| | * | | | ipv6: fix general protection fault in fib6_add()Wei Wang2018-01-041-15/+20
| | * | | | RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-041-0/+1
| | * | | | rtnetlink: give a user socket to get_target_net()Andrei Vagin2018-01-041-5/+5
| | * | | | mac80211: mesh: drop frames appearing to be from usJohannes Berg2018-01-041-0/+2
| | * | | | nl80211: Check for the required netlink attribute presenceHao Chen2018-01-041-1/+2
OpenPOWER on IntegriCloud