summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "libceph: use memalloc flags for net IO"Ilya Dryomov2015-04-071-8/+1
* net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2015-04-061-16/+7
* l2tp: unregister l2tp_net_ops on failure pathWANG Cong2015-04-061-0/+1
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-063-2/+24
* netns: don't allocate an id for dead netnsNicolas Dichtel2015-04-031-1/+3
* Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel2015-04-031-15/+9
* ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong2015-04-021-1/+1
* net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-026-5/+8
* ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong2015-04-021-0/+5
* tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-021-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-0213-28/+55
|\
| * Merge tag 'mac80211-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-04-013-5/+12
| |\
| | * mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg2015-04-013-5/+12
| * | tipc: fix a slab object leakYing Xue2015-03-311-1/+1
| * | af_iucv: fix AF_IUCV sendmsg() errnoEugene Crosser2015-03-311-3/+1
| * | openvswitch: Return vport module ref before destructionThomas Graf2015-03-311-3/+1
| * | net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev2015-03-291-0/+11
| * | netns: don't clear nsid too early on removalNicolas Dichtel2015-03-291-9/+15
| * | ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong2015-03-292-2/+2
| * | ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-03-251-1/+8
| * | net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong2015-03-241-2/+2
| * | tcp: prevent fetching dst twice in early demux codeMichal Kubeček2015-03-232-2/+2
* | | Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-04-014-38/+32
|\ \ \ | |/ / |/| |
| * | sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-03-314-38/+32
* | | 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
OpenPOWER on IntegriCloud