summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2013-04-29tcp: reset timer after any SYNACK retransmitYuchung Cheng
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet
2013-04-29net: defer net_secret[] initializationEric Dumazet
2013-04-29Merge tag 'nfc-next-3.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-04-29sctp: Correct type and usage of sctp_end_cksum()Simon Horman
2013-04-29netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal
2013-04-29netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal
2013-04-29netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik
2013-04-29netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik
2013-04-29netfilter: ipset: The hash types with counter supportJozsef Kadlecsik
2013-04-29netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik
2013-04-29netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik
2013-04-29netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik
2013-04-29netfilter: ipset: Unified hash type generationJozsef Kadlecsik
2013-04-29netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik
2013-04-29netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik
2013-04-29netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik
2013-04-29netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik
2013-04-29ipv6: Kill ipv6 dependency of icmpv6_send().Pravin B Shelar
2013-04-29sock_diag: allow to dump bpf filtersNicolas Dichtel
2013-04-29packet_diag: disclose meminfo valuesNicolas Dichtel
2013-04-29packet_diag: disclose uid valueNicolas Dichtel
2013-04-29net: mac802154: comparision issue of type cast, finding by EXTRA_CFLAGS=-WChen Gang
2013-04-29bridge: Add fdb dst check during fdb updateroopa
2013-04-29ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom
2013-04-26genetlink: fix possible memory leak in genl_family_rcv_msg()Wei Yongjun
2013-04-27NFC: Add missing RFKILL dependency for KconfigMarcel Holtmann
2013-04-26SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce
2013-04-26SUNRPC: Add RPC based upcall mechanism for RPCGSS authSimo Sorce
2013-04-26SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce
2013-04-26SUNRPC: allow disabling idle timeoutJ. Bruce Fields
2013-04-26SUNRPC: attempt AF_LOCAL connect on setupJ. Bruce Fields
2013-04-26Merge Trond's nfs-for-nextJ. Bruce Fields
2013-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz
2013-04-25xfrm: add rfc4494 AES-CMAC-96 supportJussi Kivilinna
2013-04-25VSOCK: Drop bogus __init annotation from vsock_init_tables()Geert Uytterhoeven
2013-04-25VSOCK: Fix misc device registrationAsias He
2013-04-25net: fix address check in rtnl_fdb_delVlad Yasevich
2013-04-25net: ipv4: typo issue, remove erroneous semicolonChen Gang
2013-04-25NFC: llcp: two bugs in ->getname()Dan Carpenter
2013-04-25netrom: info leak in ->getname()Dan Carpenter
2013-04-25appletalk: info leak in ->getname()Dan Carpenter
2013-04-25openvswitch: Use parallel_ops genl.Pravin B Shelar
2013-04-25genl: Allow concurrent genl callbacks.Pravin B Shelar