aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: tunnels - enable module autoloadingTom Gundersen2014-07-113-0/+3
* Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg2014-07-111-2/+5
* Bluetooth: Fix check for connection encryptionJohan Hedberg2014-07-111-1/+1
* mac80211: don't check netdev state for debugfs read/writeArik Nemtsov2014-07-111-4/+2
* mac80211: fix IBSS join by initializing last_scan_completedKrzysztof Hałasa2014-07-111-0/+1
* libceph: fix corruption when using page_count 0 page in rbdChunwei Chen2014-06-091-1/+19
* libceph: only call kernel_sendpage() via helperAlex Elder2014-06-091-6/+15
* Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg2014-06-091-3/+6
* net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-06-091-0/+1
* skb: Add inline helper for getting the skb end offset from headAlexander Duyck2014-06-091-5/+4
* ipv4: initialise the itag variable in __mkroute_inputLi RongQing2014-06-091-1/+1
* act_mirred: do not drop packets when fails to mirror itJason Wang2014-06-091-6/+5
* ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich2014-06-091-1/+1
* net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal2014-06-091-2/+2
* tcp_cubic: fix the range of delayed_ackLiu Yu2014-06-091-1/+1
* sctp: reset flowi4_oif parameter on route lookupXufeng Zhang2014-06-091-1/+6
* bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita2014-06-091-0/+15
* rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-06-091-6/+10
* rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-06-091-5/+12
* filter: prevent nla extensions to peek beyond the end of the messageMathias Krause2014-06-091-1/+5
* net: ipv4: current group_info should be put after using.Wang, Xiaoming2014-06-091-4/+11
* ipv6: Limit mtu to 65575 bytesEric Dumazet2014-06-091-2/+3
* net: core: don't account for udp header size when computing seglenFlorian Westphal2014-06-091-5/+7
* l2tp: take PMTU from tunnel UDP socketDmitry Petukhov2014-06-091-2/+2
* netfilter: Can't fail and free after table replacementThomas Graf2014-06-094-9/+14
* ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca2014-04-301-1/+1
* rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin2014-04-301-1/+2
* ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa2014-04-303-8/+9
* ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien2014-04-301-8/+6
* ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit2014-04-301-1/+4
* net: socket: error on a negative msg_namelenMatthew Leach2014-04-301-0/+4
* vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström2014-04-301-0/+3
* net: unix: non blocking recvmsg() should not return -EINTREric Dumazet2014-04-301-5/+12
* bridge: multicast: add sanity check for query source addressesLinus Lüssing2014-04-301-0/+6
* net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2014-04-302-7/+2
* net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2014-04-092-3/+78
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-04-091-0/+25
* netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann2014-04-091-3/+3
* net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann2014-04-021-0/+7
* net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-04-021-9/+32
* net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski2014-04-021-0/+7
* net: unix socket code abuses csum_partialAnton Blanchard2014-04-021-2/+2
* mac80211: clear sequence/fragment number in QoS-null framesJohannes Berg2014-04-021-0/+1
* mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach2014-04-023-4/+22
* SUNRPC: Fix races in xs_nospace()Trond Myklebust2014-04-021-1/+5
* mac80211: fix fragmentation code, particularly for encryptionJohannes Berg2014-04-021-1/+1
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-04-021-31/+1
* sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson2014-04-021-2/+6
* radiotap: fix bitmap-end-finding buffer overrunJohannes Berg2014-02-151-0/+4
* net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-02-152-4/+10