aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
...
| | * | | | | | netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policyLiping Zhang2016-10-17
| | * | | | | | netfilter: xt_ipcomp: add "ip[6]t_ipcomp" module alias nameLiping Zhang2016-10-17
| | * | | | | | netfilter: xt_NFLOG: fix unexpected truncated packetLiping Zhang2016-10-17
| | * | | | | | netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen2016-10-17
| | * | | | | | netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven2016-10-17
| | |/ / / / /
| * | | | | | ipv4: disable BH in set_ping_group_range()Eric Dumazet2016-10-20
| * | | | | | udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-20
| * | | | | | net: add recursion limit to GROSabrina Dubroca2016-10-20
| * | | | | | ipv6: properly prevent temp_prefered_lft sysctl raceJiri Bohac2016-10-20
| * | | | | | net/ncsi: Improve HNCDSC AEN handlerGavin Shan2016-10-20
| * | | | | | net/ncsi: Choose hot channel as active one if necessaryGavin Shan2016-10-20
| * | | | | | net/ncsi: Fix stale link state of inactive channels on failoverGavin Shan2016-10-20
| * | | | | | net/ncsi: Avoid if statements in ncsi_suspend_channel()Gavin Shan2016-10-20
| * | | | | | net/sched: act_mirred: Use passed lastuse argumentPaul Blakey2016-10-20
| * | | | | | tcp: do not export sysctl_tcp_low_latencyEric Dumazet2016-10-19
| * | | | | | switchdev: Execute bridge ndos only for bridge portsIdo Schimmel2016-10-19
| * | | | | | net: core: Correctly iterate over lower adjacency listIdo Schimmel2016-10-19
| * | | | | | flow_dissector: Check skb for VLAN only if skb specified.Eric Garver2016-10-19
| | |_|/ / / | |/| | | |
| * | | | | soreuseport: do not export reuseport_add_sock()Eric Dumazet2016-10-18
| * | | | | bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov2016-10-18
| * | | | | tcp: Remove unused but set variableTobias Klauser2016-10-18
| * | | | | ipv4: Remove unused but set variableTobias Klauser2016-10-18
| * | | | | net/hsr: Remove unused but set variableTobias Klauser2016-10-18
| * | | | | Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-10-18
| |\ \ \ \ \
| | * | | | | mac80211: move struct aead_req off the stackArd Biesheuvel2016-10-17
| | * | | | | mac80211: fix CMD_FRAME for AP_VLANMichael Braun2016-10-12
| | * | | | | mac80211: validate DA/SA during A-MSDU decapsulationJohannes Berg2016-10-12
| | * | | | | cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg2016-10-12
| | * | | | | cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg2016-10-12
| | * | | | | mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg2016-10-12
| * | | | | | net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet2016-10-17
| * | | | | | net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-17
| * | | | | | IPv6: fix DESYNC_FACTORJiri Bohac2016-10-14
| * | | | | | IPv6: Drop the temporary address regen_timerJiri Bohac2016-10-14
| * | | | | | Merge tag 'rxrpc-rewrite-20161013' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-10-14
| |\ \ \ \ \ \
| | * | | | | | rxrpc: Fix checking of error from ip6_route_output()David Howells2016-10-13
| | * | | | | | rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells2016-10-13
| | | |/ / / / | | |/| | | |
| * | | | | | ipv6: correctly add local routes when lo goes upNicolas Dichtel2016-10-14
| * | | | | | ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko2016-10-14
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-19
|\ \ \ \ \ \
| * | | | | | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-18
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-10
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-14
|\ \ \ \ \ \
| * | | | | | net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov2016-10-13
| * | | | | | net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter2016-10-13
| * | | | | | tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter2016-10-13
| * | | | | | net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern2016-10-13
| * | | | | | ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet2016-10-13
| * | | | | | net_sched: reorder pernet ops and act ops registrationsWANG Cong2016-10-13