summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann2014-06-201-2/+1
* tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell2014-06-201-1/+1
* Revert "net: return actual error on register_queue_kobjects"David S. Miller2014-06-201-2/+2
* net: filter: fix upper BPF instruction limitKees Cook2014-06-191-1/+1
* net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann2014-06-191-20/+23
* net: return actual error on register_queue_kobjectsJie Liu2014-06-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-06-196-18/+82
|\
| * netfilter: nf_nat: fix oops on netns removalFlorian Westphal2014-06-161-1/+34
| * netfilter: ctnetlink: add zone size to lengthKen-ichirou MATSUZAWA2014-06-161-0/+6
| * Merge branch 'ipvs'Pablo Neira Ayuso2014-06-161-1/+1
| |\
| | * ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov2014-06-131-1/+1
| * | netfilter: nft_nat: don't dump port information if unsetPablo Neira Ayuso2014-06-161-6/+8
| * | netfilter: nf_tables: indicate family when dumping set elementsPablo Neira Ayuso2014-06-161-1/+1
| * | netfilter: nft_compat: call {target, match}->destroy() to cleanup entryPablo Neira Ayuso2014-06-161-0/+18
| * | netfilter: nf_tables: fix wrong type in transaction when replacing rulesPablo Neira Ayuso2014-06-161-1/+1
| * | netfilter: nf_tables: decrement chain use counter when replacing rulesPablo Neira Ayuso2014-06-161-0/+2
| * | netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso2014-06-161-0/+3
| * | netfilter: nf_tables: use RCU-safe list insertion when replacing rulesPablo Neira Ayuso2014-06-161-1/+1
| * | netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumperFlorian Westphal2014-06-161-3/+5
| * | netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracksPablo Neira Ayuso2014-06-161-5/+3
* | | tcp: remove unnecessary tcp_sk assignment.Dave Jones2014-06-171-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-164-14/+61
|\ \
| * | net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann2014-06-151-4/+28
| * | net: Fix save software checksum completeTom Herbert2014-06-152-10/+29
| * | udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet2014-06-141-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-133-7/+153
|\ \ \ | |/ / |/| |
| * | libceph: add ceph_monc_wait_osdmap()Ilya Dryomov2014-06-061-0/+27
| * | libceph: mon_get_version request infrastructureIlya Dryomov2014-06-063-5/+122
| * | libceph: recognize poolop requests in debugfsIlya Dryomov2014-06-061-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-12346-6799/+13776
|\ \ \
| * | | rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt2014-06-121-4/+18
| * | | tcp: fixing TLP's FIN recoveryPer Hurtig2014-06-121-3/+1
| * | | bridge: fix compile error when compiling without IPv6 supportLinus Lüssing2014-06-121-0/+2
| * | | bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing2014-06-121-0/+2
| * | | sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang2014-06-121-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-1210-16/+32
| |\ \ \
| | * | | net/core: Add VF link state control policyDoug Ledford2014-06-121-0/+2
| | * | | net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao2014-06-111-1/+2
| | * | | net: ipv6: Fixed up ipsec packet be re-routing issuehuizhang2014-06-111-0/+1
| | * | | ip_tunnel: fix i_key matching in ip_tunnel_findDmitry Popov2014-06-111-2/+3
| | * | | ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov2014-06-112-5/+13
| | * | | dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling2014-06-111-1/+3
| | * | | ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2014-06-112-4/+4
| | * | | net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-083-3/+4
| | * | | ip_tunnel: fix possible rtable leakDmitry Popov2014-06-061-0/+1
| * | | | net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2014-06-122-2/+4
| * | | | net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert2014-06-121-0/+1
| * | | | net: Save software checksum completeTom Herbert2014-06-123-8/+15
| * | | | ceph: remove bogus externstephen hemminger2014-06-121-1/+1
| * | | | ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet2014-06-121-5/+15