aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2019-08-17net: bridge: mdb: allow add/delete for host-joined groupsNikolay Aleksandrov
2019-08-17net: bridge: mdb: dump host-joined entries as wellNikolay Aleksandrov
2019-08-17net: bridge: mdb: factor out mdb fillingNikolay Aleksandrov
2019-08-17net: bridge: mdb: move vlan commentsNikolay Aleksandrov
2019-08-17net: dsa: remove calls to genphy_config_initHeiner Kallweit
2019-08-17Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann
2019-08-16tipc: fix false detection of retransmit failuresTuong Lien
2019-08-15Merge tag 'rxrpc-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2019-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-08-15net/packet: fix race in tpacket_snd()Eric Dumazet
2019-08-15Merge tag 'linux-can-next-for-5.4-20190814' of git://git.kernel.org/pub/scm/l...David S. Miller
2019-08-15net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend
2019-08-15page_pool: fix logic in __page_pool_get_cachedJonathan Lemon
2019-08-15rds: check for excessive looping in rds_send_xmitAndy Grover
2019-08-15net/rds: Add a few missing rds_stat_names entriesGerd Rausch
2019-08-15RDS: don't use GFP_ATOMIC for sk_alloc in rds_createChris Mason
2019-08-15RDS: limit the number of times we loop in rds_send_xmitChris Mason
2019-08-15page_pool: remove unnecessary variable initYunsheng Lin
2019-08-15net/rds: Add RDS6_INFO_SOCKETS and RDS6_INFO_RECV_MESSAGES optionsKa-Cheong Poon
2019-08-14netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argumentNathan Chancellor
2019-08-14rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells
2019-08-14rxrpc: Fix local endpoint replacementDavid Howells
2019-08-14netfilter: nft_flow_offload: skip tcp rst and fin packetsPablo Neira Ayuso
2019-08-13sctp: fix memleak in sctp_send_reset_streamszhengbin
2019-08-13sctp: fix the transport error_count checkXin Long
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2019-08-13net: devlink: remove redundant rtnl lock assertVlad Buslov
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-13devlink: send notifications for deleted snapshots on region destroyJiri Pirko
2019-08-13netfilter: conntrack: Use consistent ct id hash calculationDirk Morris
2019-08-13can: gw: add support for CAN FD framesOliver Hartkopp
2019-08-13can: gw: use struct canfd_frame as internal data structureOliver Hartkopp
2019-08-13can: gw: cgw_parse_attr(): remove unnecessary braces for single statement blockMarc Kleine-Budde
2019-08-13can: gw: cgw_dump_jobs(): avoid long linesMarc Kleine-Budde
2019-08-13can: gw: can_can_gw_rcv(): remove return at end of void functionMarc Kleine-Budde
2019-08-13can: gw: add missing spaces around operatorsMarc Kleine-Budde
2019-08-13can: gw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde
2019-08-13can: gw: convert block comments to network style commentsMarc Kleine-Budde
2019-08-13can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner
2019-08-13can: bcm: bcm_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde
2019-08-13can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde
2019-08-13can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde
2019-08-13can: raw: balance braces around else statementsMarc Kleine-Budde
2019-08-13can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde
2019-08-13can: raw: convert block comments to network style commentsMarc Kleine-Budde
2019-08-13can: af_can: add missing identifiers to struct receiver::funcMarc Kleine-Budde
2019-08-13can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usageMarc Kleine-Budde
2019-08-13can: af_can: avoid splitting quoted string across linesMarc Kleine-Budde
2019-08-13can: af_can: fix alignmentMarc Kleine-Budde