summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | net: create skb_gso_validate_mac_len()Daniel Axtens2018-02-012-23/+50
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-019-2861/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman2018-01-0236-181/+424
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman2017-12-1871-286/+493
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman2017-12-0651-474/+1046
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | ipx: move Novell IPX protocol support into stagingStephen Hemminger2017-11-289-2864/+0
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31500-10820/+17287
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tls: Add support for encryption using async offload acceleratorVakul Garg2018-01-311-1/+7
| * | | | | | | | | | | ip6mr: fix stale iteratorNikolay Aleksandrov2018-01-311-0/+1
| * | | | | | | | | | | net/sched: kconfig: Remove blank help textsUlf Magnusson2018-01-311-3/+0
| * | | | | | | | | | | openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-01-311-1/+1
| * | | | | | | | | | | tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva2018-01-311-1/+1
| * | | | | | | | | | | rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINKChristian Brauner2018-01-311-5/+1
| * | | | | | | | | | | ipmr: Fix ptrdiff_t print formattingJames Hogan2018-01-301-1/+1
| * | | | | | | | | | | tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-01-291-0/+6
| * | | | | | | | | | | ipv4: Get the address of interface correctly.Tonghao Zhang2018-01-291-0/+4
| * | | | | | | | | | | net_sched: gen_estimator: fix lockdep splatEric Dumazet2018-01-291-0/+4
| * | | | | | | | | | | ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet2018-01-291-0/+2
| * | | | | | | | | | | ipv6: change route cache aging logicWei Wang2018-01-291-8/+12
| * | | | | | | | | | | net: ipv6: send unsolicited NA after DADDavid Ahern2018-01-292-4/+31
| * | | | | | | | | | | net_sched: implement ->change_tx_queue_len() for pfifo_fastCong Wang2018-01-291-0/+18
| * | | | | | | | | | | net_sched: plug in qdisc ops change_tx_queue_lenCong Wang2018-01-292-0/+34
| * | | | | | | | | | | net: introduce helper dev_change_tx_queue_len()Cong Wang2018-01-293-37/+34
| * | | | | | | | | | | dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2018-01-292-18/+32
| * | | | | | | | | | | dev: always advertise the new nsid when the netns iface changesNicolas Dichtel2018-01-291-4/+1
| * | | | | | | | | | | ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau2018-01-291-4/+7
| * | | | | | | | | | | rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner2018-01-291-11/+28
| * | | | | | | | | | | rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner2018-01-291-3/+0
| * | | | | | | | | | | rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner2018-01-291-7/+47
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-299-11/+29
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-285-27/+317
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2018-01-261-1/+8
| | * | | | | | | | | | | bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann2018-01-261-2/+2
| | * | | | | | | | | | | bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo2018-01-251-0/+24
| | * | | | | | | | | | | bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo2018-01-251-0/+4
| | * | | | | | | | | | | bpf: Add sock_ops R/W access to tclassLawrence Brakmo2018-01-251-2/+45
| | * | | | | | | | | | | bpf: Add support for reading sk_state and moreLawrence Brakmo2018-01-251-11/+132
| | * | | | | | | | | | | bpf: Add sock_ops RTO callbackLawrence Brakmo2018-01-251-0/+7
| | * | | | | | | | | | | bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo2018-01-251-0/+34
| | * | | | | | | | | | | bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-253-3/+3
| | * | | | | | | | | | | bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2018-01-251-0/+48
| | * | | | | | | | | | | bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo2018-01-251-10/+10
| | * | | | | | | | | | | bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo2018-01-251-5/+8
| | * | | | | | | | | | | bpf: Only reply field should be writeableLawrence Brakmo2018-01-251-2/+1
| * | | | | | | | | | | | Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub...David S. Miller2018-01-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | can: migrate documentation to restructured textRobert Schwebel2018-01-261-1/+1
| * | | | | | | | | | | | | net/smc: return booleans instead of integersGustavo A. R. Silva2018-01-261-2/+2
| * | | | | | | | | | | | | net/smc: release clcsock from tcp_listen_workerUrsula Braun2018-01-262-10/+36
| * | | | | | | | | | | | | net/smc: replace sock_put worker by socket refcountingUrsula Braun2018-01-266-68/+88
| * | | | | | | | | | | | | net/smc: smc_poll improvementsUrsula Braun2018-01-261-34/+40
OpenPOWER on IntegriCloud