summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-229-13/+51
|\
| * netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso2015-03-221-0/+6
| * netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso2015-03-201-2/+2
| * netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-194-10/+34
| * netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso2015-03-171-1/+4
| * netfilter: Fix potential crash in nft_hash walkerHerbert Xu2015-03-131-0/+2
| * netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson2015-03-121-0/+3
* | net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2015-03-201-0/+4
* | net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-03-201-0/+7
* | tcp: fix tcp fin memory accountingJosh Hunt2015-03-201-5/+1
* | ipv6: fix backtracking for throw routesSteven Barth2015-03-201-0/+1
* | ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca2015-03-201-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-1926-86/+189
|\ \
| * | act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann2015-03-171-8/+28
| * | inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()Eric Dumazet2015-03-171-0/+1
| * | ip6_tunnel: fix error code when tunnel existsNicolas Dichtel2015-03-171-16/+17
| * | Merge tag 'mac80211-for-davem-2015-03-16' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-03-165-8/+47
| |\ \
| | * | mac80211: ignore CSA to same channelJohannes Berg2015-03-162-0/+14
| | * | nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg2015-03-161-0/+10
| | * | mac80211: ask for ECSA IE to be considered for beacon parse CRCJohannes Berg2015-03-161-1/+2
| | * | mac80211: count interfaces correctly for combination checksAndrei Otcheretianski2015-03-161-1/+1
| | * | mac80211: disable u-APSD queues by defaultMichal Kazior2015-03-031-6/+17
| | * | mac80211: drop unencrypted frames in mesh fwdingBob Copeland2015-03-031-0/+3
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-03-164-8/+9
| |\ \ \
| | * | | xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang2015-02-121-6/+6
| | * | | xfrm: Fix local error reporting crash with interfamily tunnelsSteffen Klassert2015-02-092-2/+2
| | * | | xfrm6: Fix a offset value for network header in _decode_session6Hajime Tazaki2015-02-061-0/+1
| * | | | rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro2015-03-151-1/+1
| * | | | caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro2015-03-151-1/+1
| * | | | bridge: reset bridge mtu after deleting an interfaceVenkat Venkatsubra2015-03-141-0/+2
| * | | | inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet2015-03-131-3/+15
| * | | | rds: avoid potential stack overflowArnd Bergmann2015-03-121-18/+22
| * | | | sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn2015-03-121-2/+6
| * | | | xps: must clear sender_cpu before forwardingEric Dumazet2015-03-113-1/+3
| * | | | net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-03-111-4/+6
| * | | | tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell2015-03-111-2/+4
| * | | | tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell2015-03-111-0/+6
| | |_|/ | |/| |
| * | | net: Handle unregister properly when netdev namespace change fails.David S. Miller2015-03-101-13/+13
| * | | net: add comment for sock_efree() usageOliver Hartkopp2015-03-101-0/+4
| * | | net_sched: fix struct tc_u_hnode layout in u32WANG Cong2015-03-091-1/+4
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-03-171-4/+20
|\ \ \ \ | |/ / / |/| | |
| * | | 9p/trans_virtio: fix hot-unplugMichael S. Tsirkin2015-03-131-4/+20
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-0913-81/+143
|\ \ \ \
| * | | | tipc: fix bug in link failover handlingJon Paul Maloy2015-03-091-3/+4
| * | | | net: delete stale packet_mclist entriesFrancesco Ruggeri2015-03-091-8/+14
| * | | | can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-091-0/+3
| * | | | ip: fix error queue empty skb handlingWillem de Bruijn2015-03-083-23/+53
| * | | | tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet2015-03-051-7/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-053-32/+46
| |\ \ \ \
| | * | | | netfilter: nf_tables: fix error handling of rule replacementPablo Neira Ayuso2015-03-041-6/+0
OpenPOWER on IntegriCloud