summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz4-23/+23
2013-07-31tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa2-3/+5
2013-07-319p: client: remove unused code and any reference to "cancelled" functionAndi Shyti1-7/+2
2013-07-30net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller1-0/+1
2013-07-29Bluetooth: Fix calling request callback more than onceJohan Hedberg1-1/+9
2013-07-29Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg1-1/+4
2013-07-29pktgen: add needed include fileStephen Rothwell1-0/+1
2013-07-28ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa2-1/+6
2013-07-28genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka1-0/+2
2013-07-28pktgen: Use ip_send_check() to compute checksumThomas Graf1-2/+1
2013-07-28pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2-6/+54
2013-07-28VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He6-212/+5
2013-07-28net/sctp: Refactor SCTP skb checksum computationJoe Stringer3-36/+5
2013-07-27bridge: cleanup netpoll codestephen hemminger3-17/+8
2013-07-27neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/Francesco Fusco1-7/+22
2013-07-25Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan1-7/+4
2013-07-25Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery1-1/+1
2013-07-25regulatory: use correct regulatory initiator on wiphy registerArik Nemtsov1-1/+4
2013-07-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller7-11/+56
2013-07-25net: fix comment above build_skb()Florian Fainelli1-1/+2
2013-07-25net: Make devnet_rename_seq staticThomas Gleixner1-1/+1
2013-07-25tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet5-0/+19
2013-07-25net: add sk_stream_is_writeable() helperEric Dumazet6-8/+8
2013-07-25net: sctp: trivial: update mailing list addressDaniel Borkmann27-28/+28
2013-07-25ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa1-0/+5
2013-07-25fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar1-1/+1
2013-07-25net: trans_rdma: remove unused functionAndi Shyti1-11/+0
2013-07-25net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1fan.du1-8/+8
2013-07-25net ipv6: Remove rebundant rt6i_nsiblings initializationfan.du1-1/+0
2013-07-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-11/+56
2013-07-24vti: switch to new ip tunnel codeAmerigo Wang1-476/+52
2013-07-24ip6mr: change the prototype of ip6_mr_forward().Rami Rosen1-6/+5
2013-07-24ipmr: change the prototype of ip_mr_forward().Rami Rosen1-8/+7
2013-07-24net: convert resend IGMP to notifier eventJiri Pirko3-6/+46
2013-07-23mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka1-2/+5
2013-07-23tcp: use RTT from SACK for RTOYuchung Cheng1-9/+14
2013-07-23tcp: measure RTT from new SACKYuchung Cheng1-6/+17
2013-07-23tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-49/+18
2013-07-23tcp: consolidate SYNACK RTT samplingYuchung Cheng4-12/+14
2013-07-23net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2-46/+49
2013-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+12
2013-07-22mac80211: prevent the buffering or frame transmission to non-assoc mesh STAChun-Yeow Yeoh1-0/+4
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2013-07-20bridge: do not call setup_timer() multiple timesEric Dumazet1-2/+3
2013-07-20sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2013-07-20net/irda: fixed style issues in irttpDragos Foianu1-27/+23
2013-07-19NFC: Fix NCI over SPI buildFrederic Danis1-0/+1
2013-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-86/+114
2013-07-19vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-19vlan: mask vlan prio bitsEric Dumazet2-3/+10