summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-11-20tcp: drop dst in tcp_add_backlog()Eric Dumazet
2018-11-20ipv4: Don't try to print ASCII of link level header in martian dumps.David S. Miller
2018-11-20net_sched: sch_fq: avoid calling ktime_get_ns() if not neededEric Dumazet
2018-11-19net: sched: cls_u32: add res to offload informationJakub Kicinski
2018-11-19net: sched: gred: support reporting stats from offloadsJakub Kicinski
2018-11-19net: sched: gred: add basic Qdisc offloadJakub Kicinski
2018-11-19net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata
2018-11-19sctp: add sockopt SCTP_EVENTXin Long
2018-11-19sctp: rename enum sctp_event to sctp_event_typeXin Long
2018-11-19sctp: add subscribe per asocXin Long
2018-11-19sctp: define subscribe in sctp_sock as __u16Xin Long
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-11-18ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-11-17tipc: don't assume linear buffer when reading ancillary dataJon Maloy
2018-11-17tipc: fix lockdep warning when reinitilaizing socketsJon Maloy
2018-11-17net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-11-17ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca
2018-11-17net: bridge: fix vlan stats use-after-free on destructionNikolay Aleksandrov
2018-11-17socket: do a generic_file_splice_read when proto_ops has no splice_readSlavomir Kaslev
2018-11-17net/ncsi: Configure multi-package, multi-channel modes with failoverSamuel Mendoza-Jonas
2018-11-17net/ncsi: Reset channel state in ncsi_start_dev()Samuel Mendoza-Jonas
2018-11-17net/ncsi: Don't mark configured channels inactiveSamuel Mendoza-Jonas
2018-11-17net/ncsi: Don't deselect package in suspend if activeSamuel Mendoza-Jonas
2018-11-17net/ncsi: Probe single packages to avoid conflictSamuel Mendoza-Jonas
2018-11-17net/ncsi: Don't enable all channels when HWA availableSamuel Mendoza-Jonas
2018-11-17tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2018-11-16net: sched: gred: allow manipulating per-DP RED flagsJakub Kicinski
2018-11-16net: sched: gred: store red flags per virtual queueJakub Kicinski
2018-11-16net: sched: gred: provide a better structured dump and expose statsJakub Kicinski
2018-11-16net: sched: gred: store bytesin as a 64 bit valueJakub Kicinski
2018-11-16net: sched: gred: use extack to provide more details on configuration errorsJakub Kicinski
2018-11-16net: sched: gred: pass extack to nla_parse_nested()Jakub Kicinski
2018-11-16net: sched: gred: separate error and non-error path in gred_change()Jakub Kicinski
2018-11-16udp: fix jump label misusePaolo Abeni
2018-11-16etf: Drop all expired packetsJesus Sanchez-Palencia
2018-11-16etf: Split timersortedlist_erase()Jesus Sanchez-Palencia
2018-11-16etf: Use cached rb_rootJesus Sanchez-Palencia
2018-11-16etf: Cancel timer if there are no pending skbsJesus Sanchez-Palencia
2018-11-16tcp: clean up STATE_TRACEYafang Shao
2018-11-16Merge tag 'batadv-net-for-davem-20181114' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2018-11-16net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti
2018-11-16net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko
2018-11-16ipv6: fix a dst leak when removing its exceptionXin Long
2018-11-16net/decnet: add missing indentationColin Ian King
2018-11-16net: remove unused skb_send_sock()Cong Wang
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław
2018-11-16net/bpf: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław
2018-11-15Merge tag 'batadv-next-for-davem-20181114' of git://git.open-mesh.org/linux-m...David S. Miller
2018-11-15net: slightly optimize eth_type_transLi RongQing