summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-04-30openvswitch: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf5-12/+2
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala1-1/+4
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-91/+41
2013-04-29tcp: reset timer after any SYNACK retransmitYuchung Cheng1-1/+6
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet11-28/+67
2013-04-29net: defer net_secret[] initializationEric Dumazet2-4/+5
2013-04-29Merge tag 'nfc-next-3.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville9-79/+9
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller19-3305/+3475
2013-04-29sctp: Correct type and usage of sctp_end_cksum()Simon Horman1-3/+2
2013-04-29netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal1-2/+3
2013-04-29netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal1-0/+16
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2-104/+146
2013-04-29netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal1-21/+28
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik3-3/+77
2013-04-29netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik1-6/+67
2013-04-29netfilter: ipset: The hash types with counter supportJozsef Kadlecsik8-19/+381
2013-04-29netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik4-15/+186
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik1-0/+10
2013-04-29netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik1-246/+301
2013-04-29netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik7-1865/+610
2013-04-29netfilter: ipset: Unified hash type generationJozsef Kadlecsik1-0/+1039
2013-04-29netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik3-958/+316
2013-04-29netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik1-0/+265
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik3-24/+26
2013-04-29netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik5-45/+0
2013-04-29netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik4-24/+32
2013-04-29ipv6: Kill ipv6 dependency of icmpv6_send().Pravin B Shelar3-16/+68
2013-04-29sock_diag: allow to dump bpf filtersNicolas Dichtel2-0/+37
2013-04-29packet_diag: disclose meminfo valuesNicolas Dichtel1-0/+4
2013-04-29packet_diag: disclose uid valueNicolas Dichtel1-5/+14
2013-04-29bridge: Add fdb dst check during fdb updateroopa1-2/+14
2013-04-27genetlink: fix possible memory leak in genl_family_rcv_msg()Wei Yongjun1-2/+3
2013-04-27NFC: Add missing RFKILL dependency for KconfigMarcel Holtmann1-0/+1
2013-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville3-12/+32
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz9-79/+8
2013-04-25net: fix address check in rtnl_fdb_delVlad Yasevich1-1/+1
2013-04-25net: ipv4: typo issue, remove erroneous semicolonChen Gang1-1/+1
2013-04-25openvswitch: Use parallel_ops genl.Pravin B Shelar1-4/+8
2013-04-25genl: Allow concurrent genl callbacks.Pravin B Shelar1-38/+76
2013-04-25irda: irlmp_reasons[] can be staticWu Fengguang1-1/+1
2013-04-25net: remove redundant code in dev_hard_start_xmit()Eric Dumazet1-7/+0
2013-04-25packet: account statistics only in tpacket_stats_uDaniel Borkmann2-23/+17
2013-04-25packet: reorder a member in packet_ring_bufferDaniel Borkmann1-1/+3
2013-04-25packet: if hw/sw ts enabled in rx/tx ring, report which ts we gotDaniel Borkmann1-13/+23
2013-04-25packet: enable hardware tx timestamping on tpacket ringDaniel Borkmann1-25/+25
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn2-6/+39
2013-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller9-49/+58
2013-04-25netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter1-0/+1
2013-04-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller53-1645/+2895
2013-04-24netlink: fix compilation after memory mapped patchesNicolas Dichtel1-4/+4