summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25vfs: mark pipes and sockets as stream-like file descriptorsLinus Torvalds
2019-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski
2019-11-24xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck
2019-11-23sctp: cache netns in sctp_ep_commonXin Long
2019-11-23sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost
2019-11-23net: gro: use vlan API instead of accessing directlyTonghao Zhang
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22seg6: allow local packet processing for SRv6 End.DT6 behaviorAndrea Mayer
2019-11-22Merge tag 'mac80211-next-for-net-next-2019-11-22' of git://git.kernel.org/pub...David S. Miller
2019-11-22tipc: support in-order name publication eventsTuong Lien
2019-11-22tipc: update replicast capability for broadcast send linkHoang Le
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal
2019-11-22net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter
2019-11-22mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan
2019-11-22mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen
2019-11-22mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen
2019-11-22mac80211: expose HW conf flags through debugfsThomas Pedersen
2019-11-22mac80211: Add new sta_info getter by sta/vif addrsToke Høiland-Jørgensen
2019-11-22mac80211: add a comment about monitor-to-dev injectionJohannes Berg
2019-11-22Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost
2019-11-22Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann
2019-11-21net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMINMaciej Żenczykowski
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni
2019-11-21ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni
2019-11-21ipv6: introduce and uses route look hints for list input.Paolo Abeni
2019-11-21ipv6: keep track of routes using srcPaolo Abeni
2019-11-21net: dsa: ocelot: add hardware timestamping support for FelixYangbo Lu
2019-11-21bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend
2019-11-21net: Fix Kconfig indentation, continuedKrzysztof Kozlowski
2019-11-21lwtunnel: check erspan options before allocating tun_infoXin Long
2019-11-21lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long
2019-11-21net: sched: allow flower to match erspan optionsXin Long
2019-11-21net: sched: allow flower to match vxlan optionsXin Long
2019-11-21net: sched: add erspan option support to act_tunnel_keyXin Long
2019-11-21net: sched: add vxlan option support to act_tunnel_keyXin Long
2019-11-21vsock: avoid to assign transport if its initialization failsStefano Garzarella
2019-11-20tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu
2019-11-20ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu
2019-11-20net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller