summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-38/+42
2013-04-30unix/stream: fix peeking with an offset larger than data in queueBenjamin Poirier1-13/+12
2013-04-30unix/dgram: fix peeking with an offset larger than data in queueBenjamin Poirier1-8/+13
2013-04-30unix/dgram: peek beyond 0-sized skbsBenjamin Poirier1-1/+2
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-29net: mac802154: comparision issue of type cast, finding by EXTRA_CFLAGS=-WChen Gang1-1/+1
2013-04-29bridge: Add fdb dst check during fdb updateroopa1-2/+14
2013-04-29ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom1-5/+1
2013-04-26genetlink: 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-25VSOCK: Drop bogus __init annotation from vsock_init_tables()Geert Uytterhoeven1-1/+1
2013-04-25VSOCK: Fix misc device registrationAsias He1-1/+1
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-25NFC: llcp: two bugs in ->getname()Dan Carpenter1-2/+3
2013-04-25netrom: info leak in ->getname()Dan Carpenter1-0/+2
2013-04-25appletalk: info leak in ->getname()Dan Carpenter1-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