summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: reset timer after any SYNACK retransmitYuchung Cheng2013-04-291-1/+6
* net: Add MIB counters for checksum errorsEric Dumazet2013-04-2911-28/+67
* net: defer net_secret[] initializationEric Dumazet2013-04-292-4/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-2919-3305/+3475
|\
| * sctp: Correct type and usage of sctp_end_cksum()Simon Horman2013-04-291-3/+2
| * netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal2013-04-291-2/+3
| * netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal2013-04-291-0/+16
| * netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2013-04-292-104/+146
| * netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal2013-04-291-21/+28
| * netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik2013-04-293-3/+77
| * netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik2013-04-291-6/+67
| * netfilter: ipset: The hash types with counter supportJozsef Kadlecsik2013-04-298-19/+381
| * netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik2013-04-294-15/+186
| * netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik2013-04-291-0/+10
| * netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik2013-04-291-246/+301
| * netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik2013-04-297-1865/+610
| * netfilter: ipset: Unified hash type generationJozsef Kadlecsik2013-04-291-0/+1039
| * netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik2013-04-293-958/+316
| * netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik2013-04-291-0/+265
| * netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-293-24/+26
| * netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik2013-04-295-45/+0
| * netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik2013-04-294-24/+32
* | ipv6: Kill ipv6 dependency of icmpv6_send().Pravin B Shelar2013-04-293-16/+68
* | sock_diag: allow to dump bpf filtersNicolas Dichtel2013-04-292-0/+37
* | packet_diag: disclose meminfo valuesNicolas Dichtel2013-04-291-0/+4
* | packet_diag: disclose uid valueNicolas Dichtel2013-04-291-5/+14
* | bridge: Add fdb dst check during fdb updateroopa2013-04-291-2/+14
* | genetlink: fix possible memory leak in genl_family_rcv_msg()Wei Yongjun2013-04-271-2/+3
|/
* net: fix address check in rtnl_fdb_delVlad Yasevich2013-04-251-1/+1
* net: ipv4: typo issue, remove erroneous semicolonChen Gang2013-04-251-1/+1
* openvswitch: Use parallel_ops genl.Pravin B Shelar2013-04-251-4/+8
* genl: Allow concurrent genl callbacks.Pravin B Shelar2013-04-251-38/+76
* irda: irlmp_reasons[] can be staticWu Fengguang2013-04-251-1/+1
* net: remove redundant code in dev_hard_start_xmit()Eric Dumazet2013-04-251-7/+0
* packet: account statistics only in tpacket_stats_uDaniel Borkmann2013-04-252-23/+17
* packet: reorder a member in packet_ring_bufferDaniel Borkmann2013-04-251-1/+3
* packet: if hw/sw ts enabled in rx/tx ring, report which ts we gotDaniel Borkmann2013-04-251-13/+23
* packet: enable hardware tx timestamping on tpacket ringDaniel Borkmann2013-04-251-25/+25
* packet: tx timestamping on tpacket ringWillem de Bruijn2013-04-252-6/+39
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-259-49/+58
|\
| * netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter2013-04-251-0/+1
| * ipvs: Use network byte order for sync message sizeSimon Horman2013-04-231-13/+8
| * ipvs: off by one in set_sctp_state()Dan Carpenter2013-04-231-1/+1
| * ipvs: Use min3() in ip_vs_dbg_callid()Simon Horman2013-04-231-1/+2
| * ipvs: Avoid shadowing net variable in ip_vs_leave()Simon Horman2013-04-231-2/+2
| * ipvs: fix sparse warnings for some parametersJulian Anastasov2013-04-232-17/+26
| * ipvs: fix sparse warnings in lblc and lblcrJulian Anastasov2013-04-232-2/+2
| * ipvs: fix the remaining sparse warnings in ip_vs_ctl.cJulian Anastasov2013-04-231-4/+6
| * ipvs: fix sparse warnings for ip_vs_conn listingJulian Anastasov2013-04-231-8/+6
| * ipvs: properly dereference dest_dst in ip_vs_forget_devJulian Anastasov2013-04-231-1/+4