aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-23net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet1-0/+1
2018-02-22bpf: clean up unused-variable warningArnd Bergmann1-5/+1
2018-02-14net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds3-15/+15
2018-02-08net: Whitelist the skbuff_head_cache "cb" fieldKees Cook1-1/+3
2018-02-08rtnetlink: require unique netns identifierChristian Brauner1-0/+48
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-32/+21
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+3
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-4/+1
2018-02-02soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet1-15/+20
2018-02-01rtnetlink: remove check for IFLA_IF_NETNSIDChristian Brauner1-3/+0
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens1-13/+50
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds22-673/+1902
2018-01-31rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINKChristian Brauner1-5/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+4
2018-01-29net_sched: gen_estimator: fix lockdep splatEric Dumazet1-0/+4
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang1-0/+1
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang3-37/+34
2018-01-29dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2-18/+32
2018-01-29dev: always advertise the new nsid when the netns iface changesNicolas Dichtel1-4/+1
2018-01-29rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner1-11/+28
2018-01-29rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner1-3/+0
2018-01-29rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner1-7/+47
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-24/+279
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann1-1/+8
2018-01-26bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann1-2/+2
2018-01-25bpf: Add sock_ops R/W access to tclassLawrence Brakmo1-2/+45
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo1-11/+132
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo1-0/+34
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo1-0/+48
2018-01-25bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo1-10/+10
2018-01-25bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo1-5/+8
2018-01-25bpf: Only reply field should be writeableLawrence Brakmo1-2/+1
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking schemeKirill Tkhai1-18/+44
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro1-61/+24
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro1-18/+0
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro1-22/+7
2018-01-24pktgen: Clean read user supplied flag messDmitry Safonov1-105/+39
2018-01-24pktgen: Remove brute-force printing of flagsDmitry Safonov1-58/+19
2018-01-24pktgen: Add behaviour flags macro to generate flags/namesDmitry Safonov1-23/+34
2018-01-24pktgen: Add missing !flag parametersDmitry Safonov1-1/+7
2018-01-23net: link_watch: mark bonding link events urgentRoopa Prabhu1-1/+1
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2018-01-23net: core: Fix kernel-doc for netdev_upper_link()Florian Fainelli1-0/+2
2018-01-23net: core: Fix kernel-doc for call_netdevice_notifiers_info()Florian Fainelli1-1/+0
2018-01-22net: qdisc_pkt_len_init() should be more robustEric Dumazet1-4/+15
2018-01-22net: core: Expose number of link up/down transitionsDavid Decotigny2-3/+35
2018-01-22devlink: fix memory leak on 'resource'Colin Ian King1-0/+1
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-9/+58
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5