summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | sctp: add check rto_min and rto_max in sysctlwangweidong2013-12-101-4/+65
| | * | sctp: check the rto_min and rto_max in setsockoptwangweidong2013-12-101-10/+22
| | * | ipv6: do not erase dst address with flow label destinationFlorent Fourcot2013-12-106-6/+0
| | * | sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-104-11/+13
| | * | tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue2013-12-101-3/+8
| | * | tipc: correct the order of stopping services at rmmodJon Paul Maloy2013-12-101-3/+4
| | * | net: unix: allow set_peek_off to failSasha Levin2013-12-102-3/+7
| | * | inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2013-12-102-2/+9
| | * | net: drop_monitor: fix the value of maxattrChangli Gao2013-12-091-1/+0
| | * | ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2013-12-091-5/+3
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-12-093-28/+45
| | |\ \
| | | * | netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso2013-12-071-13/+33
| | | * | netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich2013-12-071-14/+11
| | | * | netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Dave Jones2013-11-251-1/+1
| * | | | Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-12-051-1/+1
| |\ \ \ \
| | * | | | SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson2013-11-261-1/+1
* | | | | | net_sched: convert tcf_proto_ops to use struct list_headWANG Cong2013-12-181-10/+8
* | | | | | net_sched: convert tc_action_ops to use struct list_headWANG Cong2013-12-181-11/+9
* | | | | | net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong2013-12-182-66/+48
* | | | | | net_sched: init struct tcf_hashinfo at register timeWANG Cong2013-12-1810-94/+80
* | | | | | net_sched: cls: refactor out struct tcf_ext_mapWANG Cong2013-12-1810-101/+59
* | | | | | net_sched: act: use standard struct list_headWANG Cong2013-12-1811-89/+83
* | | | | | net_sched: remove get_stats from tc_action_opsWANG Cong2013-12-181-4/+0
* | | | | | packet: deliver VLAN TPID to userspaceAtzm Watanabe2013-12-181-4/+10
* | | | | | packet: fill the gap of TPACKET_ALIGNMENT with zerosAtzm Watanabe2013-12-181-1/+2
* | | | | | packet: make aligned size of struct tpacket{2,3}_hdr clearAtzm Watanabe2013-12-181-0/+7
* | | | | | net: Add utility function to copy skb hashTom Herbert2013-12-171-2/+1
* | | | | | net: Add utility functions to clear rxhashTom Herbert2013-12-173-9/+8
* | | | | | net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-176-10/+10
* | | | | | net/hsr: using kfree_rcu() to simplify the codeWei Yongjun2013-12-171-9/+4
* | | | | | pkt_sched: fq: more robust memory allocationEric Dumazet2013-12-171-6/+28
* | | | | | tcp: refine TSO splitsEric Dumazet2013-12-171-39/+54
* | | | | | net: remove dead code for add/del multiplestephen hemminger2013-12-171-96/+1
* | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-12-1731-216/+970
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-1331-216/+970
| |\ \ \ \ \ \
| | * | | | | | nfc: Fix FSF address in file headersJeff Kirsher2013-12-1122-61/+22
| | * | | | | | rfkill: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
| | * | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-12-116-73/+877
| | |\ \ \ \ \ \
| | | * | | | | | Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg2013-12-101-0/+26
| | | * | | | | | Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann2013-12-091-3/+3
| | | * | | | | | Bluetooth: Increase minor version of core moduleMarcel Holtmann2013-12-071-1/+1
| | | * | | | | | Bluetooth: Fix valid LE PSM checkJohan Hedberg2013-12-051-1/+1
| | | * | | | | | Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg2013-12-051-5/+1
| | | * | | | | | Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2013-12-052-25/+14
| | | * | | | | | Bluetooth: Add debugfs controls for LE CoC MPS and CreditsJohan Hedberg2013-12-051-4/+12
| | | * | | | | | Bluetooth: Fix validating LE PSM valuesJohan Hedberg2013-12-052-11/+44
| | | * | | | | | Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg2013-12-051-2/+7
| | | * | | | | | Bluetooth: Fix clearing of chan->omtu for LE CoC channelsJohan Hedberg2013-12-051-4/+4
| | | * | | | | | Bluetooth: Limit LE MPS to the MTU valueJohan Hedberg2013-12-051-4/+14
| | | * | | | | | Bluetooth: Fix suspending the L2CAP socket if we start with 0 creditsJohan Hedberg2013-12-051-0/+3