summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | genetlink: rename shadowed variableJohannes Berg2013-11-181-5/+5
| * | | | inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-11-188-38/+17Star
| * | | | net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=nFabio Estevam2013-11-181-1/+1
| * | | | pkt_sched: fq: fix pacing for small framesEric Dumazet2013-11-161-4/+18
| * | | | pkt_sched: fq: warn users using defrateEric Dumazet2013-11-161-6/+4Star
| * | | | genetlink: unify registration functionsJohannes Berg2013-11-161-37/+16Star
| * | | | macvlan: disable LRO on lower device instead of macvlanMichal Kubeček2013-11-151-0/+5
| * | | | 6lowpan: Uncompression of traffic class field was incorrectJukka Rissanen2013-11-151-2/+2
| * | | | tipc: fix dereference before check warningErik Hugne2013-11-151-1/+2
| * | | | ipv4: fix possible seqlock deadlockEric Dumazet2013-11-141-1/+1
| * | | | net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem2013-11-141-1/+1
| * | | | pkt_sched: fq: change classification of control packetsMaciej Żenczykowski2013-11-141-7/+1Star
| * | | | genetlink: make all genl_ops users constJohannes Berg2013-11-1414-18/+18
| * | | | genetlink: allow making ops constJohannes Berg2013-11-142-19/+25
| * | | | genetlink: register family ops as arrayJohannes Berg2013-11-141-45/+33Star
| * | | | genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg2013-11-141-56/+1Star
| * | | | wimax: use genl_register_family_with_ops()Johannes Berg2013-11-146-119/+47Star
| * | | | ieee802154: use genl_register_family_with_ops()Johannes Berg2013-11-144-94/+51Star
| * | | | hsr: use genl_register_family_with_ops()Johannes Berg2013-11-141-29/+17Star
| * | | | ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel2013-11-141-5/+13
| * | | | sit/gre6: don't try to add the same route two timesNicolas Dichtel2013-11-141-3/+0Star
| * | | | sit: link local routes are missingNicolas Dichtel2013-11-141-19/+5Star
| * | | | sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel2013-11-141-7/+4Star
| * | | | sit: fix use after free of fb_tunnel_devWillem de Bruijn2013-11-141-4/+14
| * | | | net: sctp: bug-fixing: retran_path not set properly after transports recoveri...Chang Xiangzhong2013-11-141-2/+4
| * | | | net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet2013-11-141-1/+4
| * | | | tcp: tsq: restore minimal amount of queueingEric Dumazet2013-11-142-7/+5Star
| * | | | bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita2013-11-141-0/+1
| * | | | bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita2013-11-141-0/+4
| * | | | bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita2013-11-141-14/+6Star
| * | | | core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2013-11-142-7/+3Star
| |/ / /
* | | | Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-11-162-19/+38
|\ \ \ \
| * | | | SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust2013-11-131-12/+17
| * | | | SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust2013-11-081-7/+21
* | | | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-11-166-28/+28
|\ \ \ \ \
| * | | | | svcrpc: remove an unnecessary assignmentWeng Meiling2013-11-131-2/+0Star
| * | | | | sunrpc: comment typo fixJ. Bruce Fields2013-11-121-2/+2
| * | | | | sunrpc: trim off EC bytes in GSSAPI v2 unwrapJeff Layton2013-10-261-2/+2
| * | | | | gss_krb5: document that we ignore sequence numberJ. Bruce Fields2013-10-102-6/+8
| * | | | | svcrpc: handle some gssproxy encoding errorsJ. Bruce Fields2013-10-101-15/+14Star
| * | | | | svcrpc: fix error-handling on badd gssproxy downcallJ. Bruce Fields2013-10-081-2/+2
| * | | | | svcrpc: fix gss-proxy NULL dereference in some error casesJ. Bruce Fields2013-10-081-1/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-163-4/+4
|\ \ \ \ \ \
| * | | | | | treewide: Fix common typo in "identify"Maxime Jayat2013-10-142-3/+3
| * | | | | | treewide: Fix typo in KconfigMasanari Iida2013-10-141-1/+1
* | | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-151-5/+4Star
|\ \ \ \ \ \ \
| * | | | | | | virtio: use size-based config accessors.Rusty Russell2013-10-171-5/+4Star
| | |/ / / / / | |/| | | | |
* | | | | | | seq_file: remove "%n" usage from seq_file usersTetsuo Handa2013-11-156-57/+52Star
* | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-1413-6/+138
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | ipv6: Fix possible ipv6 seqlock deadlockJohn Stultz2013-11-061-1/+1