summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-16/+46
2014-07-29ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny1-1/+1
2014-07-29tipc: remove duplicated include from socket.cWei Yongjun1-1/+0
2014-07-29net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-29openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-29net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-29net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-07-29vlan: fail early when creating netdev named configWANG Cong2-8/+15
2014-07-29ipv6: fail early when creating netdev named all or defaultWANG Cong1-28/+54
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong1-9/+27
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn2-12/+4
2014-07-29packet: remove deprecated syststamp timestampWillem de Bruijn1-8/+4
2014-07-28ip: make IP identifiers less predictableEric Dumazet2-3/+31
2014-07-28tipc: make tipc_buf_append() more robustJon Paul Maloy1-8/+21
2014-07-28neighbour : fix ndm_type type error issueJun Zhao1-1/+1
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller41-544/+1087
2014-07-27inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov4-8/+38
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal5-37/+56
2014-07-27inet: frag: remove periodic secret rebuild timerFlorian Westphal5-21/+38
2014-07-27inet: frag: remove lru listFlorian Westphal5-14/+2
2014-07-27inet: frag: don't account number of fragment queuesFlorian Westphal4-10/+5
2014-07-27inet: frag: move eviction of queues to work queueFlorian Westphal3-45/+104
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal5-34/+9
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal5-23/+19
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal4-22/+22
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-12/+16
2014-07-24ipv6: remove obsolete comment in ip6_append_data()Li RongQing1-1/+0
2014-07-24net: do not name the pointer to struct net_device netWANG Cong1-71/+71
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov1-9/+9
2014-07-24net_sched: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24neigh: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24igmp: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24Merge tag 'master-2014-07-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller3-12/+16
2014-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+0
2014-07-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou1-0/+2
2014-07-24openvswitch: Sample action without side effectsSimon Horman1-11/+37
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou1-1/+2
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar1-1/+4
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang3-12/+139
2014-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-4/+5
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov1-511/+0
2014-07-23ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage1-1/+4
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru3-3/+3
2014-07-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+4
2014-07-22net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight2-4/+4
2014-07-22net: sctp: Open out the check for NagleDavid Laight1-33/+36
2014-07-22mac80211: fix crash on getting sta info with uninitialized rate controlFelix Fietkau1-1/+4
2014-07-22Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville11-122/+144
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville17-169/+653