aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-09net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria1-4/+0
2014-02-09net: Move prototype declaration to header file include/net/dn.h from net/decnet/af_decnet.cRashika Kheria1-3/+0
2014-02-09net: Move prototype declaration to appropriate header file from decnet/af_decnet.cRashika Kheria1-2/+0
2014-02-09net: Mark functions as static in core/dev.cRashika Kheria1-3/+3
2014-02-09net: Include appropriate header file in caif/cfsrvl.cRashika Kheria1-0/+1
2014-02-09net: Include appropriate header file in caif/caif_dev.cRashika Kheria1-0/+1
2014-02-09net: Mark function as static in 9p/client.cRashika Kheria1-1/+1
2014-02-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller11-83/+102
2014-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller21-150/+381
2014-02-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville11-83/+102
2014-02-07netfilter: nf_tables: unininline nft_trace_packet()Patrick McHardy1-3/+3
2014-02-07netfilter: nf_tables: fix loop checking with end interval elementsPablo Neira Ayuso1-0/+3
2014-02-07netfilter: nft_rbtree: fix data handling of end interval elementsPablo Neira Ayuso1-5/+11
2014-02-07netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and dataPablo Neira Ayuso1-0/+3
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet2-9/+11
2014-02-06bridge: fix netconsole setup over bridgeCong Wang1-23/+28
2014-02-06net: use __GFP_NORETRY for high order allocationsEric Dumazet1-2/+4
2014-02-06netpoll: fix netconsole IPv6 setupSabrina Dubroca1-1/+3
2014-02-06net: sctp: fix initialization of local source address on accepted ipv6 socketsMatija Glavinic Pecotic1-0/+2
2014-02-06ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven1-1/+2
2014-02-06netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso1-17/+23
2014-02-06netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETPatrick McHardy2-7/+2
2014-02-06mac80211: fix virtual monitor interface iterationJohannes Berg1-4/+8
2014-02-06mac80211: fix fragmentation code, particularly for encryptionJohannes Berg1-1/+1
2014-02-06mac80211: Fix IBSS disconnectSujith Manoharan1-4/+1
2014-02-06mac80211: release the channel in error path in start_apEmmanuel Grumbach1-1/+4
2014-02-06cfg80211: send scan results from work queueJohannes Berg6-42/+45
2014-02-06cfg80211: fix scan done raceJohannes Berg1-4/+10
2014-02-06mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach3-7/+15
2014-02-06cfg80211: re-enable 5/10 MHz supportJohannes Berg1-3/+0
2014-02-06nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs1-1/+2
2014-02-06mac80211: move roc cookie assignment earlierEliad Peller1-18/+18
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy5-6/+77
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy8-81/+170
2014-02-06netfilter: nf_tables: add AF specific expression supportPatrick McHardy1-6/+16
2014-02-06netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy1-0/+1
2014-02-06netfilter: nf_tables: fix potential oops when dumping setsPatrick McHardy1-3/+5
2014-02-05netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()Patrick McHardy1-2/+2
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso3-14/+32
2014-02-05netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan1-1/+4
2014-02-05netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin1-4/+17
2014-02-05netfilter: nf_tables: fix oops when deleting a chain with referencesPatrick McHardy1-1/+1
2014-02-05netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero1-2/+13
2014-02-04openvswitch: Suppress error messages on megaflow updatesAndy Zhou1-4/+1
2014-02-04openvswitch: Fix ovs_flow_free() ovs-lock assert.Pravin B Shelar1-2/+4
2014-02-04openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto1-0/+1
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou3-48/+47
2014-02-04openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf1-0/+8
2014-02-04rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao1-1/+1
2014-02-04net/ipv4: Use proper RCU APIs for writer-side in udp_offload.cShlomo Pongratz1-7/+8