summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: restore context for expression destructorsPatrick McHardy2014-03-086-23/+27
* netfilter: nf_tables: clean up nf_tables_trans_add() argument orderPatrick McHardy2014-03-081-4/+4
* netfilter: nft_hash: bug fixes and resizingPatrick McHardy2014-03-071-46/+214
* netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer2014-03-073-66/+180
* netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer2014-03-076-69/+77
* netfilter: avoid race with exp->master ctJesper Dangaard Brouer2014-03-072-1/+15
* netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer2014-03-073-75/+158
* netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer2014-03-072-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso2014-03-072-8/+7
|\
| * ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu2014-03-071-7/+6
| * sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen2014-03-071-1/+1
* | netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-0612-10/+32
* | netfilter: ipset: move registration message to init from net_initIlia Mirkin2014-03-061-1/+1
* | netfilter: ipset: add markmask for hash:ip,mark data typeVytas Dauksa2014-03-062-0/+40
* | netfilter: ipset: add hash:ip,mark data type to ipsetVytas Dauksa2014-03-063-0/+322
* | netfilter: ipset: Add hash: fix coccinelle warningsFengguang Wu2014-03-061-4/+4
* | netfilter: ipset: Follow manual page behavior for SET target on list:setSergey Popovich2014-03-061-2/+2
|/
* netfilter: nf_tables: add optional user data area to rulesPablo Neira Ayuso2014-02-271-2/+15
* netfilter: nfnetlink_log: remove unused codeFlorian Westphal2014-02-251-8/+0
* netfilter: nf_tables: accept QUEUE/DROP verdict parametersPatrick McHardy2014-02-251-5/+10
* netfilter: nf_tables: add nft_dereference() macroPatrick McHardy2014-02-251-2/+1
* netfilter: nfnetlink: add rcu_dereference_protected() helpersPatrick McHardy2014-02-251-0/+8
* netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy2014-02-251-23/+23
* netfilter: nft_ct: labels get supportFlorian Westphal2014-02-192-3/+26
* netfilter: xt_ipcomp: Use ntohs to ease sparse warningPablo Neira Ayuso2014-02-191-1/+1
* netfilter: remove double colonstephen hemminger2014-02-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-1929-173/+362
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-02-182-2/+18
| |\
| | * HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann2014-02-172-2/+18
| * | af_packet: remove a stray tab in packet_set_ring()Dan Carpenter2014-02-181-1/+1
| * | net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-02-181-9/+32
| * | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-02-187-27/+101
| |\ \
| | * | batman-adv: fix potential kernel paging error for unicast transmissionsAntonio Quartulli2014-02-171-2/+7
| | * | batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli2014-02-171-4/+2
| | * | batman-adv: free skb on TVLV parsing successAntonio Quartulli2014-02-171-0/+2
| | * | batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli2014-02-171-4/+12
| | * | batman-adv: fix potential orig_node reference leakSimon Wunderlich2014-02-171-0/+2
| | * | batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli2014-02-173-6/+56
| | * | batman-adv: properly check pskb_may_pull return valueAntonio Quartulli2014-02-171-1/+1
| | * | batman-adv: release vlan object after checking the CRCAntonio Quartulli2014-02-171-1/+5
| | * | batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli2014-02-171-1/+0
| | * | batman-adv: fix soft-interface MTU computationAntonio Quartulli2014-02-171-8/+14
| * | | ipv4: fix counter in_slow_totDuan Jiong2014-02-171-2/+2
| * | | gre: add link local route when local addr is anyNicolas Dichtel2014-02-171-0/+2
| |/ /
| * | packet: check for ndo_select_queue during queue selectionDaniel Borkmann2014-02-171-3/+21
| * | netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann2014-02-171-12/+1
| * | netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-172-6/+7
| * | net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-174-74/+24
| * | ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong2014-02-161-2/+7
| * | dccp: re-enable debug macroGerrit Renker2014-02-162-1/+2