summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Rashika Kheria2014-02-091-9/+0
* net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria2014-02-091-4/+0
* net: Move prototype declaration to header file include/net/dn.h from net/decn...Rashika Kheria2014-02-091-3/+0
* net: Move prototype declaration to appropriate header file from decnet/af_dec...Rashika Kheria2014-02-091-2/+0
* net: Mark functions as static in core/dev.cRashika Kheria2014-02-091-3/+3
* net: Include appropriate header file in caif/cfsrvl.cRashika Kheria2014-02-091-0/+1
* net: Include appropriate header file in caif/caif_dev.cRashika Kheria2014-02-091-0/+1
* net: Mark function as static in 9p/client.cRashika Kheria2014-02-091-1/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-02-0911-83/+102
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-0711-83/+102
| |\
| | * mac80211: fix virtual monitor interface iterationJohannes Berg2014-02-061-4/+8
| | * mac80211: fix fragmentation code, particularly for encryptionJohannes Berg2014-02-061-1/+1
| | * mac80211: Fix IBSS disconnectSujith Manoharan2014-02-061-4/+1
| | * mac80211: release the channel in error path in start_apEmmanuel Grumbach2014-02-061-1/+4
| | * cfg80211: send scan results from work queueJohannes Berg2014-02-066-42/+45
| | * cfg80211: fix scan done raceJohannes Berg2014-02-061-4/+10
| | * mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach2014-02-063-7/+15
| | * cfg80211: re-enable 5/10 MHz supportJohannes Berg2014-02-061-3/+0
| | * nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs2014-02-061-1/+2
| | * mac80211: move roc cookie assignment earlierEliad Peller2014-02-061-18/+18
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-0921-150/+381
|\ \ \
| * | | netfilter: nf_tables: unininline nft_trace_packet()Patrick McHardy2014-02-071-3/+3
| * | | netfilter: nf_tables: fix loop checking with end interval elementsPablo Neira Ayuso2014-02-071-0/+3
| * | | netfilter: nft_rbtree: fix data handling of end interval elementsPablo Neira Ayuso2014-02-071-5/+11
| * | | netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and dataPablo Neira Ayuso2014-02-071-0/+3
| * | | netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso2014-02-061-17/+23
| * | | netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETPatrick McHardy2014-02-062-7/+2
| * | | netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-065-6/+77
| * | | netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy2014-02-068-81/+170
| * | | netfilter: nf_tables: add AF specific expression supportPatrick McHardy2014-02-061-6/+16
| * | | netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy2014-02-061-0/+1
| * | | netfilter: nf_tables: fix potential oops when dumping setsPatrick McHardy2014-02-061-3/+5
| * | | netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()Patrick McHardy2014-02-051-2/+2
| * | | netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso2014-02-053-14/+32
| * | | netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan2014-02-051-1/+4
| * | | netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin2014-02-051-4/+17
| * | | netfilter: nf_tables: fix oops when deleting a chain with referencesPatrick McHardy2014-02-051-1/+1
| * | | netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero2014-02-051-2/+13
| * | | ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek2014-02-041-4/+4
* | | | tcp: remove 1ms offset in srtt computationEric Dumazet2014-02-062-9/+11
* | | | bridge: fix netconsole setup over bridgeCong Wang2014-02-061-23/+28
* | | | net: use __GFP_NORETRY for high order allocationsEric Dumazet2014-02-061-2/+4
* | | | netpoll: fix netconsole IPv6 setupSabrina Dubroca2014-02-061-1/+3
| |/ / |/| |
* | | net: sctp: fix initialization of local source address on accepted ipv6 socketsMatija Glavinic Pecotic2014-02-061-0/+2
* | | ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven2014-02-061-1/+2
* | | openvswitch: Suppress error messages on megaflow updatesAndy Zhou2014-02-041-4/+1
* | | openvswitch: Fix ovs_flow_free() ovs-lock assert.Pravin B Shelar2014-02-041-2/+4
* | | openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto2014-02-041-0/+1
* | | openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou2014-02-043-48/+47
* | | openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf2014-02-041-0/+8
OpenPOWER on IntegriCloud